Aliens!

Purpose

Is there a correlation between UAP sightings, nuclear bases and military bases? Are these sightings just glances at our country's tech capabilities, or are they something from out of this world? We want to believe.

Methodology

Extract UAP reports from the National UFO Reporting Center by using Beautiful Soup.

Scrape a list of nuclear power stations from Wikipedia, this time by using Panda's pd.read_html function!

Export military bases as a csv and import into our notebook using Panda's pd.read_excel function.

Set executable path and initialize Chrome Browser.

Using Beautiful Soup, scrape the table data, concatenate al ltable data into one dataframe and convert to a csv.

Clean the csv files by removing duplicate entries, dropping unneeded columns, dropping any Nan records in data and filter out non-US locations

Pass the dataset's city and state over to Google's geocode API in order to retrieve Lat and Long coordinates

Using PostgreSQL, create an aliens_db database.

Use Pandas to load converted csvs to dataframes into the db. (tables: aliens_sighting, us_nuclear_sites, military_bases)

Setup

Installations needed

In [1]:
#!pip install splinter
#!pip install citipy
#!pip install descartes

# Had to do a conda install geopandas in Anaconda as admin
#!pip install geopandas

Library import

We import all the required Python libraries

In [1]:
import os
import pandas as pd
import numpy as np
import requests
import json
import time
import pandas as pd
import re
import matplotlib.pyplot as plt
import plotly.graph_objects as go

from bs4 import BeautifulSoup as bs
from splinter import Browser
from sqlalchemy import create_engine
from citipy import citipy
from matplotlib import pyplot

# Google API Key
from config import gkey

Local library import

We import all the required local libraries libraries

Data processing

Set up Chromedriver path

In [3]:
# set executable path and initialize Chrome Browser
executable_path = {'executable_path': 'chromedriver.exe'}
browser = Browser('chrome', **executable_path, headless=False)

Begin scrape code

In [4]:
# visit 
ufo_url = 'http://www.nuforc.org/webreports/ndxevent.html'
browser.visit(ufo_url)

# add in a pause to allow site to fully load before creating html object
time.sleep(3)

# create html object
html = browser.html

# create a beautiful soup object
soup = bs(html, 'html.parser')

# create list to house the table urls
table_urls = []
base_url = 'http://www.nuforc.org/webreports/'
    
# retrieve all urls
links = soup.find_all('a')[1:13]

# for loop to loop through items and append to list
for link in links:
     part_url = link['href']
     full_url = base_url + part_url   
     table_urls.append(full_url)
        

print(table_urls)
['http://www.nuforc.org/webreports/ndxe202002.html', 'http://www.nuforc.org/webreports/ndxe202001.html', 'http://www.nuforc.org/webreports/ndxe201912.html', 'http://www.nuforc.org/webreports/ndxe201911.html', 'http://www.nuforc.org/webreports/ndxe201910.html', 'http://www.nuforc.org/webreports/ndxe201909.html', 'http://www.nuforc.org/webreports/ndxe201908.html', 'http://www.nuforc.org/webreports/ndxe201907.html', 'http://www.nuforc.org/webreports/ndxe201906.html', 'http://www.nuforc.org/webreports/ndxe201905.html', 'http://www.nuforc.org/webreports/ndxe201904.html', 'http://www.nuforc.org/webreports/ndxe201903.html']
In [5]:
# create empty list
table_list = []

# loop through list to scrape table data and extend, rather than append to empty list
for table in table_urls:
    urls = pd.read_html(table)
    table_list.extend(urls)
    

print(table_list)
[       Date / Time                          City State      Shape  \
0    2/24/20 12:45                       Chester    NH       Disk   
1    2/24/20 06:00                       Medford    OR  Formation   
2    2/24/20 05:45                       Medford    OR      Other   
3    2/24/20 05:30                   Charlestown    RI      Light   
4    2/24/20 05:21                        Edison    NJ      Light   
..             ...                           ...   ...        ...   
391   2/1/20 11:45                   Santa Paula    CA      Other   
392   2/1/20 07:00                     Southside    AL      Light   
393   2/1/20 06:38                      Woodbine    GA        NaN   
394   2/1/20 01:34                         Aledo    TX   Triangle   
395   2/1/20 00:30  Progrresso (Yucatan)(Mexico)   NaN      Light   

        Duration                                            Summary   Posted  
0      ~1 minute  12:45 PM-shiny, disk/saucer shape seen in dayl...  2/25/20  
1      5 minutes  20 lights in formation across sky. (("Starlink...  2/25/20  
2     10 minutes  AT 545 AM I LOOKED UP AND SAID WHAT THE HELL I...  2/25/20  
3    2-3 minutes               light moving at a high rate of speed  2/25/20  
4     25 seconds  DURING ISS PASS VIEWING SMALL OBJECT APPEARS T...  2/25/20  
..           ...                                                ...      ...  
391    3 minutes  I was driving on Telegraph Rd. in the city of ...   2/7/20  
392   25 minutes  Distant unmoving bright light in sky west of o...   2/7/20  
393          NaN                                     MADAR Node 154  2/25/20  
394      2 hours  Triangle and orb type craft over Ftworth/parke...   2/7/20  
395   30 minutes  Moving lights over Progresso, Yucatan Mexico. ...   2/7/20  

[396 rows x 7 columns],        Date / Time              City State     Shape     Duration  \
0    1/31/20 21:30          Prospect    OR     Light    30 minute   
1    1/31/20 19:56      Arizona City    AZ   Unknown            2   
2    1/31/20 19:30       Sevierville    TN      Oval  3-5 minutes   
3    1/31/20 11:40  Royal Palm Beach    FL       NaN          NaN   
4    1/31/20 09:11              York    PA     Other    2 minutes   
..             ...               ...   ...       ...          ...   
578   1/1/20 00:00             Lacey    WA   Chevron          NaN   
579   1/1/20 00:00         El Centro    CA    Circle    3 minutes   
580         1/1/20       San Antonio    TX      Oval    5 minutes   
581         1/1/20    St. Petersburg    FL  Triangle         3:00   
582         1/1/20    St. Petersburg    FL  Triangle         3:00   

                                               Summary   Posted  
0    1.31.2020 Approximately 9:30-10 While driving ...   2/7/20  
1      Blinking unexplained lights that tilt and move.  2/25/20  
2    This is twice in one week I've seen this. Roun...   2/7/20  
3                                        MADAR Node 76  2/13/20  
4    As I was walking home from work i look up in t...   2/7/20  
..                                                 ...      ...  
578  Blue light coming from craft, shot through the...  1/31/20  
579  Red orb floats slowly changing direction then ...  1/31/20  
580  looking at fireworks at midnight we observed 1...   2/7/20  
581  It's too bad I can't tell the full story on he...   2/7/20  
582  It's too bad I can't tell the full story on he...   2/7/20  

[583 rows x 7 columns],         Date / Time             City State     Shape     Duration  \
0    12/31/19 23:55    Wesley Chapel    FL     Light   30 minutes   
1    12/31/19 23:23          Sanford    FL    Circle    5 minutes   
2    12/31/19 23:00  Fort Lauderdale    FL  Fireball          :30   
3    12/31/19 22:45         Lakeland    FL      Oval    3 minutes   
4    12/31/19 22:30        Lake City    FL    Circle    2 minutes   
..              ...              ...   ...       ...          ...   
748   12/1/19 06:00     Mcleansville    NC      Disk    3 minutes   
749   12/1/19 04:48         Newburgh    IN       NaN          NaN   
750   12/1/19 01:25       Alexandria    VA       NaN          NaN   
751   12/1/19 00:30         Woolwich    ME     Other   20 minutes   
752   12/1/19 00:06          Phoenix    AZ  Changing  1.5 minutes   

                                               Summary    Posted  
0    8-9 Disc shaped lights moving south about 1000...    2/7/20  
1    3 unidentified bright orange objects travellin...    2/7/20  
2    I was in Fort Lauderdale, FL looking toward th...    2/7/20  
3    Two VERY bright glowing objects moving from no...    2/7/20  
4    One orange circular object traveling NW to SE,...   1/31/20  
..                                                 ...       ...  
748  I was walking with my son to check my mail wit...  12/19/19  
749                                     MADAR Node 142  12/19/19  
750                                     MADAR Node 141  12/19/19  
751  I saw what looked like a person standing by a ...   12/1/19  
752   3 objects change direction color speed and shape   1/31/20  

[753 rows x 7 columns],         Date / Time                      City State     Shape     Duration  \
0    11/30/19 21:35             Overland Park    KS     Light  3 to 4 mins   
1    11/30/19 20:29         Mountlake Terrace    WA       NaN          NaN   
2    11/30/19 20:00                   Hornell    NY     Cigar  3-5 minutes   
3    11/30/19 19:00                  Columbia    PA  Fireball    2 minutes   
4    11/30/19 18:45                      Cary    NC   Chevron   10 seconds   
..              ...                       ...   ...       ...          ...   
691   11/1/19 04:00  Cape Town (South Africa)   NaN     Light   30 minutes   
692   11/1/19 01:30                   Astoria    OR  Triangle   15 minutes   
693   11/1/19 01:06            Mohali (India)   NaN     Other  3-4 seconds   
694   11/1/19 00:50                  Alhambra    CA     Flash           .2   
695   11/1/19 00:30               Fort Gibson    OK    Sphere   20 minutes   

                                               Summary    Posted  
0     Bright lights merge into V formation and vanish.  12/19/19  
1                                       MADAR Node 100  12/19/19  
2    Very irratic in sky I thought it was a aircraf...    2/7/20  
3    I have 4 different videos of the event. Total,...  12/19/19  
4    Chevron shaped object suspended over trees in ...  12/19/19  
..                                                 ...       ...  
691  I was looking up at the sky because I have ins...   12/1/19  
692                   Multiple Blinking Colored Lights   12/1/19  
693          Bright circular shaped with flashing tail   12/1/19  
694  I was traveling Eastbound on I-10 in through t...   12/1/19  
695  I have seen this shpere shaped craft 3 non con...   12/1/19  

[696 rows x 7 columns],         Date / Time          City State     Shape     Duration  \
0    10/31/19 23:30    Fort Worth    TX     Light   10 seconds   
1    10/31/19 23:17       Wichita    KS       NaN          NaN   
2    10/31/19 21:36      Carlsbad    CA  Triangle   10 seconds   
3    10/31/19 20:32      Florence    SC     Light    3 minutes   
4    10/31/19 20:30    Post Falls    ID   Unknown  3-5 minutes   
..              ...           ...   ...       ...          ...   
714   10/1/19 00:00     St. Louis    MO   Unknown   10 minutes   
715   10/1/19 00:00  Little Falls    MN     Light   10 minutes   
716         10/1/19   Bakersfield    CA     Other          NaN   
717         10/1/19      Newburgh    IN   Diamond          NaN   
718         10/1/19        Eureka    CA  Triangle   10 seconds   

                                               Summary   Posted  
0    3 lights in a v formation flying and disssapea...  12/1/19  
1                                       MADAR Node 123  12/1/19  
2    Un-lit, fast moving, low altitude triangular c...  12/1/19  
3        Florence SC - (3) lights in the Southwest sky  12/1/19  
4    Orange ball of light flying near cell tower in...  12/1/19  
..                                                 ...      ...  
714  I spotted a circular object in the sky far awa...  10/4/19  
715  Fast darting orange ball that disappeared with...  12/1/19  
716  My mother and I have witnessed an M-shaped bli...  10/4/19  
717  ((NUFORC Note: Witness does not include any de...  10/4/19  
718  Was outside heard jet engines overhead sound a...  10/4/19  

[719 rows x 7 columns],        Date / Time              City State     Shape    Duration  \
0    9/30/19 23:45           Dunedin    FL  Triangle  15 seconds   
1    9/30/19 23:00      Fayetteville    AR     Light   2 seconds   
2    9/30/19 22:00           Paducah    KY  Changing    1 minute   
3    9/30/19 21:14          Hartford    CT  Fireball   5 minutes   
4    9/30/19 20:57           Altoona    IA  Fireball   2 minutes   
..             ...               ...   ...       ...         ...   
644   9/1/19 03:45            Naples    FL     Other   5 seconds   
645   9/1/19 02:00  North Providence    RI    Circle    1 minute   
646   9/1/19 02:00      Port Orchard    WA      Disk  25 seconds   
647   9/1/19 01:10       Hattiesburg    MS  Triangle   >1 minute   
648   9/1/19 01:07       Clarksville    TN       NaN         NaN   

                                               Summary   Posted  
0    Black triangle, no sound, no lights, flew from...  10/4/19  
1    White light craft seen for a couple seconds fl...  10/4/19  
2    12 lights in the NE about moving in formation....  10/4/19  
3                   Several orange objects seen in sky  10/4/19  
4                         Bright orange ball over Iowa  10/4/19  
..                                                 ...      ...  
644  Illuminated white cigar shaped center with 1 r...  10/4/19  
645  On Sunday 9/1/19 approximately 2:00am, I was d...   9/6/19  
646  Driving home, saw 3 aircraft, 3 lights in a tr...  9/19/19  
647  Low flying triangle craft with triple lights a...   9/6/19  
648                                     MADAR Node 138   9/6/19  

[649 rows x 7 columns],        Date / Time              City State     Shape  \
0    8/31/19 23:45         Biddeford    ME   Unknown   
1    8/31/19 23:11            Vernal    UT    Circle   
2    8/31/19 23:00           Crivitz    WI     Light   
3    8/31/19 22:45           Bumpass   NaN  Fireball   
4    8/31/19 22:44        Minnetonka    MN      Oval   
..             ...               ...   ...       ...   
465   8/1/19 11:30         St. Peter    MN    Sphere   
466   8/1/19 04:45  New Johnsonville    TN  Fireball   
467   8/1/19 02:10         Roseville    MN     Light   
468   8/1/19 01:25       Clarksville    TN       NaN   
469   8/1/19 00:03       Los Angeles    CA   Diamond   

                     Duration  \
0                  15 minutes   
1                  30 minutes   
2                  20 minutes   
3                   3 minutes   
4                 ~30 minutes   
..                        ...   
465                15 minutes   
466                15 seconds   
467                 8 seconds   
468                       NaN   
469  Sheriff station on imper   

                                               Summary   Posted  
0    Fishing on Ferry Beach in Saco. Looked south d...   9/6/19  
1    Bright object observed over Dry Fork Canyon, U...   9/6/19  
2    Hovering/slow moving, color-changing bright li...   9/6/19  
3    Bright orange fireball hovering about 100-200 ...   9/6/19  
4    Saw an oval of lights in the clouds at night w...   9/6/19  
..                                                 ...      ...  
465        White spheres orbiting above St. Peter, MN.  8/23/19  
466  Heard the strangest noise outside of home. Sou...  8/23/19  
467            Many Sightings I Have Witnessed In 2019  9/19/19  
468                                     MADAR Node 138  8/23/19  
469  Me and mother in law were sitting in front of ...  8/23/19  

[470 rows x 7 columns],        Date / Time             City State     Shape       Duration  \
0    7/31/19 22:40        Lakeville    MN   Unknown      2 minutes   
1    7/31/19 22:25          Oologah    OK     Other      7 minutes   
2    7/31/19 22:15         Portland    IN     Light     40 seconds   
3    7/31/19 22:00  Kendal (Canada)    ON     Light      3 minutes   
4    7/31/19 21:52           Manson    WA     Light   5-10 seconds   
..             ...              ...   ...       ...            ...   
592   7/1/19 11:20         Lakewood    CO    Circle  30-45 seconds   
593   7/1/19 09:50     Derby (near)    VT  Fireball     10 minutes   
594   7/1/19 03:57            Boise    ID       NaN            NaN   
595   7/1/19 01:38     Indianapolis    IN     Light    ~30 minutes   
596   7/1/19 01:30           Warren    MI     Light     10 minutes   

                                               Summary   Posted  
0    While sitting outside with my boyfriend I have...  8/23/19  
1    Diamond shape with swinging projection underne...  8/23/19  
2    4th time seeing this same object witnessed thi...  8/23/19  
3                                        Bright light.  8/23/19  
4    Pair of lights appears one over the other sout...  8/23/19  
..                                                 ...      ...  
592  White object moving erratically in the daytime...   7/5/19  
593  An orange ball followed me in a rural area of ...  8/23/19  
594                                     MADAR Node 116   7/5/19  
595  Small light moving erratically over shopping p...   7/5/19  
596  I have notice a light traveling south to north...   7/5/19  

[597 rows x 7 columns],        Date / Time               City State      Shape     Duration  \
0    6/30/19 23:19         Oro Valley    AZ       Disk   30 seconds   
1    6/30/19 23:00         Middleboro    MA       Oval   20 minutes   
2    6/30/19 22:23              Kanab    UT   Triangle    6 minutes   
3    6/30/19 22:20         Pine Grove    FL      Light    3 minutes   
4    6/30/19 22:00              Noble    OK      Other   20 seconds   
..             ...                ...   ...        ...          ...   
469   6/1/19 07:25  Mountlake Terrace    WA        NaN          NaN   
470   6/1/19 03:36          Las Vegas    NV  Formation  2-4 minutes   
471   6/1/19 03:00           Peshtigo    WI     Circle         Hour   
472   6/1/19 01:19          Henderson    NV      Flash   15 minutes   
473   6/1/19 01:08          Boonville    IN      Light   20 minutes   

                                               Summary   Posted  
0    Disk shaped UFO with center lights hovers over...   7/5/19  
1    3 cirle orbes seen going south east and north ...   7/5/19  
2                                Triangle white object   7/5/19  
3    I was in my car smoking. I saw a red light out...   7/5/19  
4               Saw stingray shaped object in the sky.   7/5/19  
..                                                 ...      ...  
469                                     MADAR Node 100  6/20/19  
470  Upon driving down Oakley three siold block obj...   6/7/19  
471  ((NUFORC Note: Anonymous source elects to prov...   6/7/19  
472  Pure white flashes as if it was pure energy fl...   6/7/19  
473  Silent bright orange light in sky drifting, ju...   6/7/19  

[474 rows x 7 columns],        Date / Time         City State     Shape             Duration  \
0    5/31/19 21:45       Milton    FL  Triangle           15 seconds   
1    5/31/19 21:40   Pittsburgh    PA      Oval        10-12 minutes   
2    5/31/19 20:35         Mesa    AZ    Circle                    2   
3    5/31/19 20:00       Kailua    HI  Triangle            5 seconds   
4    5/31/19 19:00       Kenner    LA  Triangle           20 seconds   
..             ...          ...   ...       ...                  ...   
535   5/1/19 13:02     Pittston    PA  Cylinder           20 seconds   
536   5/1/19 11:00       Tucson    AZ   Unknown            5 minutes   
537   5/1/19 03:15       Newman    CA   Unknown        15-20 seconds   
538   5/1/19 03:00  Los Angeles    CA    Circle           30 seconds   
539   5/1/19 01:10      Vallejo    CA     Light  1 minute 33 seconds   

                                               Summary   Posted  
0    Triangular craft, maybe three in formation, fl...   6/7/19  
1    Was on my back patio enjoying the evening when...   6/7/19  
2    I saw a bright light in the southern sky. I gr...   6/7/19  
3    Light white Triangle zigzagging 3 times ,in a ...   6/7/19  
4    A triangle object with 2 white lights close to...   6/7/19  
..                                                 ...      ...  
535              Dark grey cylinder moving SW to East.   5/9/19  
536  Description is the same as Washington DC event...   5/9/19  
537  So ufo moving in sky high rate of speed Silent...   5/9/19  
538          I saw a UFO hover over South Los Angeles.  7/12/19  
539  Two bright dots of light. Erratic flight path....   5/9/19  

[540 rows x 7 columns],        Date / Time               City State     Shape     Duration  \
0    4/30/19 22:00                Ajo    AZ     Light   30 minutes   
1    4/30/19 21:00        Port Neches    TX     Light           45   
2    4/30/19 21:00            Ephrata    WA   Unknown   25 minutes   
3    4/30/19 18:00            Norwalk    CT       NaN          NaN   
4    4/30/19 14:00  Panama City Beach    FL     Other      3 hours   
..             ...                ...   ...       ...          ...   
380   4/1/19 09:04            Norwood    NJ       NaN          NaN   
381   4/1/19 07:00          St. Louis    MO     Light  3-5 seconds   
382   4/1/19 03:30             Uvalda    GA  Fireball    5 seconds   
383   4/1/19 01:55          Fairfield    CA   Unknown   20 minutes   
384   4/1/19 01:30          Beachwood    NJ    Sphere  2.5 minutes   

                                               Summary   Posted  
0    Rolling thunder-like sounds and 2 floating whi...   5/9/19  
1    The first beam of light I saw in Port Neches, ...   5/9/19  
2    4 bright whitish yellow lights completely sile...   5/9/19  
3                                       MADAR Node 103   5/9/19  
4    TR-3B anti-gravity spacecraft or UFO Panama Ci...  8/23/19  
..                                                 ...      ...  
380                                    MADAR Node 145.   4/8/19  
381  On our way to the hockey game about 7pm as we ...   4/8/19  
382  I was on the porch smoking when I happened to ...  10/4/19  
383  There was a pulsing and rotating low noise com...   4/8/19  
384  Large orb witnessed floating in the night sky,...   4/8/19  

[385 rows x 7 columns],        Date / Time                      City State     Shape  \
0    3/31/19 23:00                 Charlotte    NC   Unknown   
1    3/31/19 21:45  Glastonbury (UK/England)   NaN     Light   
2    3/31/19 20:00                    Gilroy    CA    Sphere   
3    3/31/19 17:50                   Seattle    WA     Light   
4    3/31/19 05:33                  Lawndale    NC      Disk   
..             ...                       ...   ...       ...   
320   3/1/19 19:12            East Wenatchee    WA     Light   
321   3/1/19 18:07                    Mebane    NC  Changing   
322   3/1/19 13:28               Eagle River    AK  Cylinder   
323   3/1/19 13:00                Greenville    SC       NaN   
324   3/1/19 03:00                  Red Wing    MN  Triangle   

                      Duration  \
0                    5 minutes   
1                            4   
2                  1-2 minutes   
3                   10 minutes   
4                    2 minutes   
..                         ...   
320                 10 seconds   
321  Months (since December) l   
322                          5   
323                 10 minutes   
324                  2 minutes   

                                               Summary   Posted  
0                                  Dark object in sky.   4/8/19  
1    Bright light it was NOT a aircraft and not sound.   4/8/19  
2    Red Orb flying south at a slow rate, Red Light...   4/8/19  
3    Three high flying, slow moving objects holding...   4/8/19  
4    I saw 3 blue lights close together hovering ov...  8/23/19  
..                                                 ...      ...  
320                              Orange pulsing light.  3/14/19  
321  Interdimensional Beings Caught using thermal v...  3/14/19  
322  Driving down eagle river road looked into sky ...  3/14/19  
323                   Reptilian or Grey alien contact.  8/23/19  
324  about 3 a.m. I observed a bright triangular-sh...  3/14/19  

[325 rows x 7 columns]]
In [6]:
# concatenate all table data into one dataframe
pd.concat(table_list)
Out[6]:
Date / Time City State Shape Duration Summary Posted
0 2/24/20 12:45 Chester NH Disk ~1 minute 12:45 PM-shiny, disk/saucer shape seen in dayl... 2/25/20
1 2/24/20 06:00 Medford OR Formation 5 minutes 20 lights in formation across sky. (("Starlink... 2/25/20
2 2/24/20 05:45 Medford OR Other 10 minutes AT 545 AM I LOOKED UP AND SAID WHAT THE HELL I... 2/25/20
3 2/24/20 05:30 Charlestown RI Light 2-3 minutes light moving at a high rate of speed 2/25/20
4 2/24/20 05:21 Edison NJ Light 25 seconds DURING ISS PASS VIEWING SMALL OBJECT APPEARS T... 2/25/20
... ... ... ... ... ... ... ...
320 3/1/19 19:12 East Wenatchee WA Light 10 seconds Orange pulsing light. 3/14/19
321 3/1/19 18:07 Mebane NC Changing Months (since December) l Interdimensional Beings Caught using thermal v... 3/14/19
322 3/1/19 13:28 Eagle River AK Cylinder 5 Driving down eagle river road looked into sky ... 3/14/19
323 3/1/19 13:00 Greenville SC NaN 10 minutes Reptilian or Grey alien contact. 8/23/19
324 3/1/19 03:00 Red Wing MN Triangle 2 minutes about 3 a.m. I observed a bright triangular-sh... 3/14/19

6587 rows × 7 columns

In [7]:
pd.concat(table_list).to_csv("Resources/nuforc_reports.csv", index = False)

Begin cleaning

In [8]:
csv_file = "Resources/nuforc_reports.csv"
df = pd.read_csv(csv_file)
df.head()
Out[8]:
Date / Time City State Shape Duration Summary Posted
0 2/24/20 12:45 Chester NH Disk ~1 minute 12:45 PM-shiny, disk/saucer shape seen in dayl... 2/25/20
1 2/24/20 06:00 Medford OR Formation 5 minutes 20 lights in formation across sky. (("Starlink... 2/25/20
2 2/24/20 05:45 Medford OR Other 10 minutes AT 545 AM I LOOKED UP AND SAID WHAT THE HELL I... 2/25/20
3 2/24/20 05:30 Charlestown RI Light 2-3 minutes light moving at a high rate of speed 2/25/20
4 2/24/20 05:21 Edison NJ Light 25 seconds DURING ISS PASS VIEWING SMALL OBJECT APPEARS T... 2/25/20
In [9]:
# Lets take a look at what we are starting with
for col in df.columns: 
    print(col) 
Date / Time
City
State
Shape
Duration
Summary
Posted
In [10]:
df2 = df.loc[:, ~df.columns.str.contains('^Unnamed')]
print(df2.count())
df2.head()
Date / Time    6587
City           6557
State          6366
Shape          5835
Duration       5804
Summary        6570
Posted         6587
dtype: int64
Out[10]:
Date / Time City State Shape Duration Summary Posted
0 2/24/20 12:45 Chester NH Disk ~1 minute 12:45 PM-shiny, disk/saucer shape seen in dayl... 2/25/20
1 2/24/20 06:00 Medford OR Formation 5 minutes 20 lights in formation across sky. (("Starlink... 2/25/20
2 2/24/20 05:45 Medford OR Other 10 minutes AT 545 AM I LOOKED UP AND SAID WHAT THE HELL I... 2/25/20
3 2/24/20 05:30 Charlestown RI Light 2-3 minutes light moving at a high rate of speed 2/25/20
4 2/24/20 05:21 Edison NJ Light 25 seconds DURING ISS PASS VIEWING SMALL OBJECT APPEARS T... 2/25/20
In [11]:
#remove duplicates
df3 = df2.copy()

df3.drop_duplicates(subset=None, keep='first', inplace=True)
print(df3.count())
df3.head()
Date / Time    6557
City           6527
State          6337
Shape          5815
Duration       5784
Summary        6540
Posted         6557
dtype: int64
Out[11]:
Date / Time City State Shape Duration Summary Posted
0 2/24/20 12:45 Chester NH Disk ~1 minute 12:45 PM-shiny, disk/saucer shape seen in dayl... 2/25/20
1 2/24/20 06:00 Medford OR Formation 5 minutes 20 lights in formation across sky. (("Starlink... 2/25/20
2 2/24/20 05:45 Medford OR Other 10 minutes AT 545 AM I LOOKED UP AND SAID WHAT THE HELL I... 2/25/20
3 2/24/20 05:30 Charlestown RI Light 2-3 minutes light moving at a high rate of speed 2/25/20
4 2/24/20 05:21 Edison NJ Light 25 seconds DURING ISS PASS VIEWING SMALL OBJECT APPEARS T... 2/25/20
In [12]:
#only US States
aliens_df = df3[\
(df3['State']=='AL')|(df3['State']=='AK')|(df3['State']=='AZ')\
|(df3['State']=='AR')|(df3['State']=='CA')|(df3['State']=='CO')\
|(df3['State']=='CT')|(df3['State']=='DE')|(df3['State']=='FL')\
|(df3['State']=='GA')|(df3['State']=='HI')|(df3['State']=='ID')\
|(df3['State']=='IL')|(df3['State']=='IN')|(df3['State']=='IA')\
|(df3['State']=='KS')|(df3['State']=='KY')|(df3['State']=='LA')\
|(df3['State']=='ME')|(df3['State']=='MD')|(df3['State']=='MA')\
|(df3['State']=='MI')|(df3['State']=='MN')|(df3['State']=='MS')\
|(df3['State']=='MO')|(df3['State']=='MT')|(df3['State']=='NE')\
|(df3['State']=='NV')|(df3['State']=='NH')|(df3['State']=='NJ')\
|(df3['State']=='NM')|(df3['State']=='NY')|(df3['State']=='NC')\
|(df3['State']=='ND')|(df3['State']=='OH')|(df3['State']=='OK')\
|(df3['State']=='OR')|(df3['State']=='PA')|(df3['State']=='RI')\
|(df3['State']=='SC')|(df3['State']=='SD')|(df3['State']=='TN')\
|(df3['State']=='TX')|(df3['State']=='UT')|(df3['State']=='VT')\
|(df3['State']=='VA')|(df3['State']=='WA')|(df3['State']=='WV')\
|(df3['State']=='WI')|(df3['State']=='WY')]
aliens_df
Out[12]:
Date / Time City State Shape Duration Summary Posted
0 2/24/20 12:45 Chester NH Disk ~1 minute 12:45 PM-shiny, disk/saucer shape seen in dayl... 2/25/20
1 2/24/20 06:00 Medford OR Formation 5 minutes 20 lights in formation across sky. (("Starlink... 2/25/20
2 2/24/20 05:45 Medford OR Other 10 minutes AT 545 AM I LOOKED UP AND SAID WHAT THE HELL I... 2/25/20
3 2/24/20 05:30 Charlestown RI Light 2-3 minutes light moving at a high rate of speed 2/25/20
4 2/24/20 05:21 Edison NJ Light 25 seconds DURING ISS PASS VIEWING SMALL OBJECT APPEARS T... 2/25/20
... ... ... ... ... ... ... ...
6582 3/1/19 19:12 East Wenatchee WA Light 10 seconds Orange pulsing light. 3/14/19
6583 3/1/19 18:07 Mebane NC Changing Months (since December) l Interdimensional Beings Caught using thermal v... 3/14/19
6584 3/1/19 13:28 Eagle River AK Cylinder 5 Driving down eagle river road looked into sky ... 3/14/19
6585 3/1/19 13:00 Greenville SC NaN 10 minutes Reptilian or Grey alien contact. 8/23/19
6586 3/1/19 03:00 Red Wing MN Triangle 2 minutes about 3 a.m. I observed a bright triangular-sh... 3/14/19

6121 rows × 7 columns

In [13]:
# add type column to df
aliens_df_sighting = aliens_df.copy()

aliens_df_sighting['Type']='Sighting'
aliens_df_sighting.head()
Out[13]:
Date / Time City State Shape Duration Summary Posted Type
0 2/24/20 12:45 Chester NH Disk ~1 minute 12:45 PM-shiny, disk/saucer shape seen in dayl... 2/25/20 Sighting
1 2/24/20 06:00 Medford OR Formation 5 minutes 20 lights in formation across sky. (("Starlink... 2/25/20 Sighting
2 2/24/20 05:45 Medford OR Other 10 minutes AT 545 AM I LOOKED UP AND SAID WHAT THE HELL I... 2/25/20 Sighting
3 2/24/20 05:30 Charlestown RI Light 2-3 minutes light moving at a high rate of speed 2/25/20 Sighting
4 2/24/20 05:21 Edison NJ Light 25 seconds DURING ISS PASS VIEWING SMALL OBJECT APPEARS T... 2/25/20 Sighting
In [14]:
# adding text column for mapping
aliens_df_sighting['text'] = aliens_df_sighting['Type'].astype(str) + ' : ' + aliens_df_sighting['City'].astype(str)

aliens_df_sighting.head()
Out[14]:
Date / Time City State Shape Duration Summary Posted Type text
0 2/24/20 12:45 Chester NH Disk ~1 minute 12:45 PM-shiny, disk/saucer shape seen in dayl... 2/25/20 Sighting Sighting : Chester
1 2/24/20 06:00 Medford OR Formation 5 minutes 20 lights in formation across sky. (("Starlink... 2/25/20 Sighting Sighting : Medford
2 2/24/20 05:45 Medford OR Other 10 minutes AT 545 AM I LOOKED UP AND SAID WHAT THE HELL I... 2/25/20 Sighting Sighting : Medford
3 2/24/20 05:30 Charlestown RI Light 2-3 minutes light moving at a high rate of speed 2/25/20 Sighting Sighting : Charlestown
4 2/24/20 05:21 Edison NJ Light 25 seconds DURING ISS PASS VIEWING SMALL OBJECT APPEARS T... 2/25/20 Sighting Sighting : Edison
In [15]:
aliens_df_sighting.to_csv("Resources/clean_aliens.csv", index = False)

Retrieve Lat/Long

In [16]:
# Import aliens file as DataFrame
aliens_pd = pd.read_csv("Resources/clean_aliens.csv")
aliens_pd.head()
Out[16]:
Date / Time City State Shape Duration Summary Posted Type text
0 2/24/20 12:45 Chester NH Disk ~1 minute 12:45 PM-shiny, disk/saucer shape seen in dayl... 2/25/20 Sighting Sighting : Chester
1 2/24/20 06:00 Medford OR Formation 5 minutes 20 lights in formation across sky. (("Starlink... 2/25/20 Sighting Sighting : Medford
2 2/24/20 05:45 Medford OR Other 10 minutes AT 545 AM I LOOKED UP AND SAID WHAT THE HELL I... 2/25/20 Sighting Sighting : Medford
3 2/24/20 05:30 Charlestown RI Light 2-3 minutes light moving at a high rate of speed 2/25/20 Sighting Sighting : Charlestown
4 2/24/20 05:21 Edison NJ Light 25 seconds DURING ISS PASS VIEWING SMALL OBJECT APPEARS T... 2/25/20 Sighting Sighting : Edison
In [17]:
# Add columns for lat, lng, airport name, airport address, airport rating
# Note that we used "" to specify initial entry.
aliens_pd["Lat"] = ""
aliens_pd["Lng"] = ""
aliens_pd.head()
Out[17]:
Date / Time City State Shape Duration Summary Posted Type text Lat Lng
0 2/24/20 12:45 Chester NH Disk ~1 minute 12:45 PM-shiny, disk/saucer shape seen in dayl... 2/25/20 Sighting Sighting : Chester
1 2/24/20 06:00 Medford OR Formation 5 minutes 20 lights in formation across sky. (("Starlink... 2/25/20 Sighting Sighting : Medford
2 2/24/20 05:45 Medford OR Other 10 minutes AT 545 AM I LOOKED UP AND SAID WHAT THE HELL I... 2/25/20 Sighting Sighting : Medford
3 2/24/20 05:30 Charlestown RI Light 2-3 minutes light moving at a high rate of speed 2/25/20 Sighting Sighting : Charlestown
4 2/24/20 05:21 Edison NJ Light 25 seconds DURING ISS PASS VIEWING SMALL OBJECT APPEARS T... 2/25/20 Sighting Sighting : Edison
In [18]:
# Make a copy of aliens_pd
aliens_pd_mod = aliens_pd.copy()

# create a params dict that will be updated with new city each iteration
params = {"key": gkey}

# Loop through the cities_pd and run a lat/long search for each city
# set lists for the dataframe
city_name = []


counter = 0
set_one = 1

for index, row in aliens_pd_mod.iterrows():
    try:
        base_url = "https://maps.googleapis.com/maps/api/geocode/json"

        city = row['City']
        state = row['State']

        # update address key value
        params['address'] = f"{city},{state}"

        # make request
        cities_lat_lng = requests.get(base_url, params=params)

        # print the cities_lat_lng url, avoid doing for public github repos in order to avoid exposing key
        #print(cities_lat_lng.url)

        # convert to json
        cities_lat_lng = cities_lat_lng.json()

        aliens_pd_mod.loc[index, "Lat"] = cities_lat_lng["results"][0]["geometry"]["location"]["lat"]
        aliens_pd_mod.loc[index, "Lng"] = cities_lat_lng["results"][0]["geometry"]["location"]["lng"]
            
        if counter > 99:
            counter = 1
            set_one += 1
            city_name.append(city)
                
        else:
            counter += 1
            city_name.append(city)
        print(f"Processing Record {counter} of Set {set_one} | {city}")
        
    except IndexError:
        print("City not found. Skipping...")
        
    except IndentationError:
        print("City not found. Skipping...")
print("------------------------------\nData Retrieval Complete\n------------------------------")
Processing Record 1 of Set 1 | Chester
Processing Record 2 of Set 1 | Medford
Processing Record 3 of Set 1 | Medford
Processing Record 4 of Set 1 | Charlestown
Processing Record 5 of Set 1 | Edison
Processing Record 6 of Set 1 | North Pole
Processing Record 7 of Set 1 | Stockton
Processing Record 8 of Set 1 | Honolulu
Processing Record 9 of Set 1 | Ambler
Processing Record 10 of Set 1 | Windsor
Processing Record 11 of Set 1 | Greenville
Processing Record 12 of Set 1 | Lake Elmo
Processing Record 13 of Set 1 | Lake Worth Beach
Processing Record 14 of Set 1 | Upper Makefield (Above Delaware River)
Processing Record 15 of Set 1 | Girard
Processing Record 16 of Set 1 | Denver
Processing Record 17 of Set 1 | Newport
Processing Record 18 of Set 1 | Williston
Processing Record 19 of Set 1 | North Kingstown
Processing Record 20 of Set 1 | Denver
Processing Record 21 of Set 1 | Antelope
Processing Record 22 of Set 1 | Selma
Processing Record 23 of Set 1 | Yankton
Processing Record 24 of Set 1 | Screven
Processing Record 25 of Set 1 | San Angelo
Processing Record 26 of Set 1 | Medford
Processing Record 27 of Set 1 | Oklahoma City
Processing Record 28 of Set 1 | La Mesa
Processing Record 29 of Set 1 | Douglasville
Processing Record 30 of Set 1 | St. Petersburg
Processing Record 31 of Set 1 | Upper Chichester
Processing Record 32 of Set 1 | Rochester
Processing Record 33 of Set 1 | Shakopee
Processing Record 34 of Set 1 | Chazy Lake
Processing Record 35 of Set 1 | Edgartown
Processing Record 36 of Set 1 | Twin Falls
Processing Record 37 of Set 1 | Hixson
Processing Record 38 of Set 1 | Snohomish
Processing Record 39 of Set 1 | San Diego (Palomar Mountains)
Processing Record 40 of Set 1 | St. Charles
Processing Record 41 of Set 1 | Summerville
Processing Record 42 of Set 1 | New York
Processing Record 43 of Set 1 | Portland
Processing Record 44 of Set 1 | Rochester
Processing Record 45 of Set 1 | Tifton
Processing Record 46 of Set 1 | South Kingstown
Processing Record 47 of Set 1 | La Center
Processing Record 48 of Set 1 | Rothbury
Processing Record 49 of Set 1 | Jay
Processing Record 50 of Set 1 | Maple Valley
Processing Record 51 of Set 1 | NYC
Processing Record 52 of Set 1 | Seattle
Processing Record 53 of Set 1 | North Las Vegas
Processing Record 54 of Set 1 | Royse City
Processing Record 55 of Set 1 | Medford
Processing Record 56 of Set 1 | Hermon
Processing Record 57 of Set 1 | Lake Orion
Processing Record 58 of Set 1 | Jefferson Township
Processing Record 59 of Set 1 | Utica
Processing Record 60 of Set 1 | Dexter
Processing Record 61 of Set 1 | Clear Lake
Processing Record 62 of Set 1 | Temecula
Processing Record 63 of Set 1 | Wayne
Processing Record 64 of Set 1 | Amery
Processing Record 65 of Set 1 | Tacoma
Processing Record 66 of Set 1 | Hutchinson
Processing Record 67 of Set 1 | New Truxton
Processing Record 68 of Set 1 | Pt. Townsend
Processing Record 69 of Set 1 | Brownville
Processing Record 70 of Set 1 | Monee
Processing Record 71 of Set 1 | Colchester
Processing Record 72 of Set 1 | Middleburg Heights
Processing Record 73 of Set 1 | Last Chance
Processing Record 74 of Set 1 | Bend
Processing Record 75 of Set 1 | Renton
Processing Record 76 of Set 1 | Boise
Processing Record 77 of Set 1 | Cleveland
Processing Record 78 of Set 1 | Jacksonville
Processing Record 79 of Set 1 | Hoover
Processing Record 80 of Set 1 | Apple Valley
Processing Record 81 of Set 1 | Santee
Processing Record 82 of Set 1 | Chehalis
Processing Record 83 of Set 1 | Everett
Processing Record 84 of Set 1 | Ritzville
Processing Record 85 of Set 1 | Gresham
Processing Record 86 of Set 1 | Woodinville
Processing Record 87 of Set 1 | Pasco
Processing Record 88 of Set 1 | Nashville
Processing Record 89 of Set 1 | Archie
Processing Record 90 of Set 1 | Stockton
Processing Record 91 of Set 1 | Sutton
Processing Record 92 of Set 1 | Fredrickson
Processing Record 93 of Set 1 | Bellevue
Processing Record 94 of Set 1 | Battle creek
Processing Record 95 of Set 1 | Kailua Kona
Processing Record 96 of Set 1 | Denver
Processing Record 97 of Set 1 | Plymouth Township
Processing Record 98 of Set 1 | Limerick
Processing Record 99 of Set 1 | New York City (Brooklyn)
Processing Record 100 of Set 1 | Eugene
Processing Record 1 of Set 2 | Wilderville
Processing Record 2 of Set 2 | Oak bluffs
Processing Record 3 of Set 2 | Los Angeles
Processing Record 4 of Set 2 | Medford
Processing Record 5 of Set 2 | Grants Pass
Processing Record 6 of Set 2 | Everett
Processing Record 7 of Set 2 | Prescott Valley
Processing Record 8 of Set 2 | Prescott Valley
Processing Record 9 of Set 2 | Yonkers
Processing Record 10 of Set 2 | NORTON
Processing Record 11 of Set 2 | Barbourville
Processing Record 12 of Set 2 | Oklahoma City
Processing Record 13 of Set 2 | Roanoke
Processing Record 14 of Set 2 | Kailua-Kona
Processing Record 15 of Set 2 | High Point
Processing Record 16 of Set 2 | Bay Shore
Processing Record 17 of Set 2 | Port Hueneme
Processing Record 18 of Set 2 | Forest Grove
Processing Record 19 of Set 2 | portland
Processing Record 20 of Set 2 | Bowling Green
Processing Record 21 of Set 2 | Selden
Processing Record 22 of Set 2 | Wailea, Maui
Processing Record 23 of Set 2 | Woodbury
Processing Record 24 of Set 2 | Las Vegas
Processing Record 25 of Set 2 | Morehead
Processing Record 26 of Set 2 | Erda
Processing Record 27 of Set 2 | Wanship
Processing Record 28 of Set 2 | Akron
Processing Record 29 of Set 2 | Modesto
Processing Record 30 of Set 2 | Columbus
Processing Record 31 of Set 2 | St. Maries
Processing Record 32 of Set 2 | Overland
Processing Record 33 of Set 2 | Moreno Valley
Processing Record 34 of Set 2 | Athelstane
Processing Record 35 of Set 2 | Avon
Processing Record 36 of Set 2 | Starkville
Processing Record 37 of Set 2 | Big Pine Key
Processing Record 38 of Set 2 | Waxahachie
Processing Record 39 of Set 2 | North Stonington
Processing Record 40 of Set 2 | Roseburg
Processing Record 41 of Set 2 | Springfield
Processing Record 42 of Set 2 | Cardiff By The Sea
Processing Record 43 of Set 2 | Kinder
Processing Record 44 of Set 2 | Pembroke Pines
Processing Record 45 of Set 2 | Honey Brook
Processing Record 46 of Set 2 | Brooklyn
Processing Record 47 of Set 2 | West Yarmouth
Processing Record 48 of Set 2 | Dillsburg
Processing Record 49 of Set 2 | Orlando
Processing Record 50 of Set 2 | St. George
City not found. Skipping...
Processing Record 51 of Set 2 | Skokie
Processing Record 52 of Set 2 | Redlands
Processing Record 53 of Set 2 | Fay
Processing Record 54 of Set 2 | Knik
Processing Record 55 of Set 2 | Grand Terrace
Processing Record 56 of Set 2 | Alma
Processing Record 57 of Set 2 | Apollo Beach
Processing Record 58 of Set 2 | Mesa
Processing Record 59 of Set 2 | North Hollywood
Processing Record 60 of Set 2 | Dawsonville
Processing Record 61 of Set 2 | Weston
Processing Record 62 of Set 2 | Logan
Processing Record 63 of Set 2 | Spring Hill
Processing Record 64 of Set 2 | Junction
Processing Record 65 of Set 2 | Bridgewater
Processing Record 66 of Set 2 | Dunbar
Processing Record 67 of Set 2 | Lehighton
Processing Record 68 of Set 2 | Round Rock
Processing Record 69 of Set 2 | Mullica Hill
Processing Record 70 of Set 2 | Royse City
Processing Record 71 of Set 2 | Sheridan
Processing Record 72 of Set 2 | EXPORT
Processing Record 73 of Set 2 | Cedar Hill
Processing Record 74 of Set 2 | Winona
Processing Record 75 of Set 2 | Ekin
Processing Record 76 of Set 2 | Seattle
Processing Record 77 of Set 2 | Hillsboro
Processing Record 78 of Set 2 | Minneapolis
Processing Record 79 of Set 2 | Forest
Processing Record 80 of Set 2 | Forest
Processing Record 81 of Set 2 | Jasper
Processing Record 82 of Set 2 | San Francisco
Processing Record 83 of Set 2 | Plantation
Processing Record 84 of Set 2 | Tulsa
Processing Record 85 of Set 2 | Winston-Salem
Processing Record 86 of Set 2 | Georgetown
Processing Record 87 of Set 2 | Detroit
Processing Record 88 of Set 2 | Cedar lake
Processing Record 89 of Set 2 | Hagerman
Processing Record 90 of Set 2 | Carlsbad
Processing Record 91 of Set 2 | Salmon
Processing Record 92 of Set 2 | Louisville
Processing Record 93 of Set 2 | Killeen
Processing Record 94 of Set 2 | nan
Processing Record 95 of Set 2 | Alexandria (near)
Processing Record 96 of Set 2 | Scarborough
Processing Record 97 of Set 2 | Honey Brook
Processing Record 98 of Set 2 | Homer
Processing Record 99 of Set 2 | Atco
Processing Record 100 of Set 2 | Somerton
Processing Record 1 of Set 3 | Orem
Processing Record 2 of Set 3 | Driggs
Processing Record 3 of Set 3 | Mountain Home/Glenns Ferry (between)
Processing Record 4 of Set 3 | Ellenton
Processing Record 5 of Set 3 | San Diego
Processing Record 6 of Set 3 | Lakewood
Processing Record 7 of Set 3 | Telford (UK/England)
Processing Record 8 of Set 3 | Dexter
Processing Record 9 of Set 3 | Groveland
Processing Record 10 of Set 3 | St. Marys
Processing Record 11 of Set 3 | Tomah
Processing Record 12 of Set 3 | Janesville
Processing Record 13 of Set 3 | San Francisco
Processing Record 14 of Set 3 | Red Granite
Processing Record 15 of Set 3 | Boise
Processing Record 16 of Set 3 | Snow Hill
Processing Record 17 of Set 3 | Puyallup
Processing Record 18 of Set 3 | Clearlake
Processing Record 19 of Set 3 | Calaveras County
Processing Record 20 of Set 3 | Red Lodge
Processing Record 21 of Set 3 | Epping
Processing Record 22 of Set 3 | Shoreline
Processing Record 23 of Set 3 | La Grange
Processing Record 24 of Set 3 | Wisconsin Dells
Processing Record 25 of Set 3 | Rockville
Processing Record 26 of Set 3 | Ventura
Processing Record 27 of Set 3 | Airway Heights
Processing Record 28 of Set 3 | Temecula
Processing Record 29 of Set 3 | Meridian
Processing Record 30 of Set 3 | Lake Havasu City
Processing Record 31 of Set 3 | Danville
Processing Record 32 of Set 3 | Phoenix
Processing Record 33 of Set 3 | Northfield
Processing Record 34 of Set 3 | Dunellon
Processing Record 35 of Set 3 | Cromwell
Processing Record 36 of Set 3 | Laurel
Processing Record 37 of Set 3 | Sarasota
Processing Record 38 of Set 3 | Montara
Processing Record 39 of Set 3 | Roseville
Processing Record 40 of Set 3 | McKinleyville
Processing Record 41 of Set 3 | Ocean Gate
Processing Record 42 of Set 3 | Sacramento
Processing Record 43 of Set 3 | Manchester
Processing Record 44 of Set 3 | Savannah
Processing Record 45 of Set 3 | Yucca Valley
Processing Record 46 of Set 3 | Jerome
Processing Record 47 of Set 3 | Baker city
Processing Record 48 of Set 3 | Lenexa
Processing Record 49 of Set 3 | New York
Processing Record 50 of Set 3 | Whidbey Island
Processing Record 51 of Set 3 | Cos Cob
Processing Record 52 of Set 3 | West Memphis
Processing Record 53 of Set 3 | West Chazy
Processing Record 54 of Set 3 | Huntland
Processing Record 55 of Set 3 | Laurelville
Processing Record 56 of Set 3 | Oklahoma City
Processing Record 57 of Set 3 | Overland Park
Processing Record 58 of Set 3 | Salem
Processing Record 59 of Set 3 | Jerome
Processing Record 60 of Set 3 | Ukiah
Processing Record 61 of Set 3 | Hyde Park
Processing Record 62 of Set 3 | Mashpee
Processing Record 63 of Set 3 | Tenafly
Processing Record 64 of Set 3 | Nevada city
Processing Record 65 of Set 3 | Snydersville
Processing Record 66 of Set 3 | Edmonds
Processing Record 67 of Set 3 | Reading
Processing Record 68 of Set 3 | Kennebunk
Processing Record 69 of Set 3 | Aldan
Processing Record 70 of Set 3 | Lakewood
Processing Record 71 of Set 3 | Golden
Processing Record 72 of Set 3 | Carlin
Processing Record 73 of Set 3 | Halton City
Processing Record 74 of Set 3 | Gilbert
Processing Record 75 of Set 3 | Lawrenceville
Processing Record 76 of Set 3 | Berkeley
Processing Record 77 of Set 3 | Pahrump
Processing Record 78 of Set 3 | Elgin
Processing Record 79 of Set 3 | Patterson
Processing Record 80 of Set 3 | Lakeland
Processing Record 81 of Set 3 | Rimrock
Processing Record 82 of Set 3 | Sand Springs
Processing Record 83 of Set 3 | Lakeside
Processing Record 84 of Set 3 | Ventura
Processing Record 85 of Set 3 | Palmdale
Processing Record 86 of Set 3 | Benton
Processing Record 87 of Set 3 | Newburgh
Processing Record 88 of Set 3 | Mountlake Terrace
Processing Record 89 of Set 3 | Comstock Park
Processing Record 90 of Set 3 | Rockford
Processing Record 91 of Set 3 | Wooster
Processing Record 92 of Set 3 | Independence
Processing Record 93 of Set 3 | Topeka
Processing Record 94 of Set 3 | Socorro (south of)
Processing Record 95 of Set 3 | Mobile
Processing Record 96 of Set 3 | The Dalles
Processing Record 97 of Set 3 | Myrtle Beach
Processing Record 98 of Set 3 | Venice
Processing Record 99 of Set 3 | Arlington
Processing Record 100 of Set 3 | Las Vegas
Processing Record 1 of Set 4 | Jacksonville
Processing Record 2 of Set 4 | Ridgeway
Processing Record 3 of Set 4 | Honolulu
Processing Record 4 of Set 4 | Melbourne
Processing Record 5 of Set 4 | Cape Elizabeth
Processing Record 6 of Set 4 | Monroe
Processing Record 7 of Set 4 | jacksonville
Processing Record 8 of Set 4 | Wailuku
Processing Record 9 of Set 4 | Kailua
Processing Record 10 of Set 4 | Arlington
Processing Record 11 of Set 4 | Maiden
Processing Record 12 of Set 4 | Oaklandon
Processing Record 13 of Set 4 | Cabot
Processing Record 14 of Set 4 | Fort Myers
Processing Record 15 of Set 4 | Waialua Molokai
Processing Record 16 of Set 4 | Mishawaka
Processing Record 17 of Set 4 | Carver
Processing Record 18 of Set 4 | Mobile
Processing Record 19 of Set 4 | Springfield
Processing Record 20 of Set 4 | Goodnight
Processing Record 21 of Set 4 | Eastaboga
Processing Record 22 of Set 4 | Clarksville
Processing Record 23 of Set 4 | Ararat
Processing Record 24 of Set 4 | Murfreesboro
Processing Record 25 of Set 4 | Key Largo
Processing Record 26 of Set 4 | Whidbey Island
Processing Record 27 of Set 4 | Stanley
Processing Record 28 of Set 4 | Ellwood city
Processing Record 29 of Set 4 | Anacortes
Processing Record 30 of Set 4 | San Diego
Processing Record 31 of Set 4 | Wallingford
Processing Record 32 of Set 4 | Kyle
Processing Record 33 of Set 4 | Diboll
Processing Record 34 of Set 4 | Pataskala
Processing Record 35 of Set 4 | Apache
Processing Record 36 of Set 4 | Shady Valley
Processing Record 37 of Set 4 | Centralia
Processing Record 38 of Set 4 | Chelsea
Processing Record 39 of Set 4 | Mansfield
Processing Record 40 of Set 4 | Spokane Valley
Processing Record 41 of Set 4 | Las vegas
Processing Record 42 of Set 4 | Ojai
Processing Record 43 of Set 4 | Chandler
Processing Record 44 of Set 4 | Las Vegas
Processing Record 45 of Set 4 | Hueytown
Processing Record 46 of Set 4 | Hamilton Township
Processing Record 47 of Set 4 | Valhalla
Processing Record 48 of Set 4 | Grand Junction
Processing Record 49 of Set 4 | Palm Springs
Processing Record 50 of Set 4 | Nampa
Processing Record 51 of Set 4 | Hillsboro
Processing Record 52 of Set 4 | Lone Jack
Processing Record 53 of Set 4 | Lenexa
Processing Record 54 of Set 4 | Shawnee National Forest
Processing Record 55 of Set 4 | West Covina
Processing Record 56 of Set 4 | Santa Paula
Processing Record 57 of Set 4 | Southside
Processing Record 58 of Set 4 | Woodbine
Processing Record 59 of Set 4 | Aledo
Processing Record 60 of Set 4 | Prospect
Processing Record 61 of Set 4 | Arizona City
Processing Record 62 of Set 4 | Sevierville
Processing Record 63 of Set 4 | Royal Palm Beach
Processing Record 64 of Set 4 | York
Processing Record 65 of Set 4 | Jonesboro
Processing Record 66 of Set 4 | Buckhannon
Processing Record 67 of Set 4 | Mesa
Processing Record 68 of Set 4 | Monson
Processing Record 69 of Set 4 | Lemasters
Processing Record 70 of Set 4 | Boscawen
Processing Record 71 of Set 4 | Framingham
Processing Record 72 of Set 4 | Wanaque
Processing Record 73 of Set 4 | San Bernardino
Processing Record 74 of Set 4 | Leeds
Processing Record 75 of Set 4 | Concord
Processing Record 76 of Set 4 | Bellevue
Processing Record 77 of Set 4 | Tacoma/Graham
Processing Record 78 of Set 4 | Garden Grove
Processing Record 79 of Set 4 | Sanford
Processing Record 80 of Set 4 | Janesville
Processing Record 81 of Set 4 | San Diego
Processing Record 82 of Set 4 | Brady
Processing Record 83 of Set 4 | Cheektowaga
Processing Record 84 of Set 4 | Newburgh
Processing Record 85 of Set 4 | Oakdale
Processing Record 86 of Set 4 | Littleton
Processing Record 87 of Set 4 | Bakersfield
Processing Record 88 of Set 4 | Melbourne
Processing Record 89 of Set 4 | Coeur d'Alene
Processing Record 90 of Set 4 | Warren
Processing Record 91 of Set 4 | Colonial Heights
Processing Record 92 of Set 4 | Varnville
Processing Record 93 of Set 4 | Palm Harbor
Processing Record 94 of Set 4 | Longs
Processing Record 95 of Set 4 | North Hollywood
Processing Record 96 of Set 4 | Davis
Processing Record 97 of Set 4 | Natchitoches
Processing Record 98 of Set 4 | Deming
Processing Record 99 of Set 4 | Shoreline
Processing Record 100 of Set 4 | Honolulu
Processing Record 1 of Set 5 | Woodland
Processing Record 2 of Set 5 | N. Myrtle Beach
Processing Record 3 of Set 5 | Las Vegas
Processing Record 4 of Set 5 | Asheville
Processing Record 5 of Set 5 | North Port
Processing Record 6 of Set 5 | Valley City
Processing Record 7 of Set 5 | Green River
Processing Record 8 of Set 5 | Royal Palm Beach
Processing Record 9 of Set 5 | Grand Island
Processing Record 10 of Set 5 | Fishersville
Processing Record 11 of Set 5 | Bangor
Processing Record 12 of Set 5 | Lakewood
Processing Record 13 of Set 5 | Meridian
Processing Record 14 of Set 5 | Rockvale
Processing Record 15 of Set 5 | Weatherford
Processing Record 16 of Set 5 | Oxford
Processing Record 17 of Set 5 | Fishers
Processing Record 18 of Set 5 | Newburgh
Processing Record 19 of Set 5 | Hazel Green
Processing Record 20 of Set 5 | Olympia
Processing Record 21 of Set 5 | Bushkill
Processing Record 22 of Set 5 | Kenai
Processing Record 23 of Set 5 | Pasadena
Processing Record 24 of Set 5 | Fairfax
Processing Record 25 of Set 5 | Santa Rsoa
Processing Record 26 of Set 5 | Aynor
Processing Record 27 of Set 5 | Mobile
Processing Record 28 of Set 5 | Coral Springs
Processing Record 29 of Set 5 | Lawrenceville
Processing Record 30 of Set 5 | Spencerville
Processing Record 31 of Set 5 | Sanford
Processing Record 32 of Set 5 | Roosevelt
Processing Record 33 of Set 5 | Fort Lauderdale
Processing Record 34 of Set 5 | Oklahoma City
Processing Record 35 of Set 5 | Manchester
Processing Record 36 of Set 5 | Rotonda West
Processing Record 37 of Set 5 | Cambridge
Processing Record 38 of Set 5 | St. Louis
Processing Record 39 of Set 5 | Valley City
Processing Record 40 of Set 5 | Pawtucket
Processing Record 41 of Set 5 | Las Vegas
Processing Record 42 of Set 5 | Waimanalo
Processing Record 43 of Set 5 | Lufkin
Processing Record 44 of Set 5 | Santa Fe
Processing Record 45 of Set 5 | Farmington Hills
Processing Record 46 of Set 5 | Wilmington
Processing Record 47 of Set 5 | Mt. Vernon
Processing Record 48 of Set 5 | Amargosa Valley
Processing Record 49 of Set 5 | Williamsport
Processing Record 50 of Set 5 | Plymouth Township
Processing Record 51 of Set 5 | Valley City
Processing Record 52 of Set 5 | Blackwood
Processing Record 53 of Set 5 | North Andover
Processing Record 54 of Set 5 | Ripley
Processing Record 55 of Set 5 | Corpus Christi
Processing Record 56 of Set 5 | Battle Creek
Processing Record 57 of Set 5 | Rosedale
Processing Record 58 of Set 5 | San Francisco
Processing Record 59 of Set 5 | Dalzell
Processing Record 60 of Set 5 | Warren
Processing Record 61 of Set 5 | Port Charlotte
Processing Record 62 of Set 5 | Bear
Processing Record 63 of Set 5 | Evansville
Processing Record 64 of Set 5 | Largo
Processing Record 65 of Set 5 | Fishersville
Processing Record 66 of Set 5 | Pukalani
Processing Record 67 of Set 5 | Baton Rouge
Processing Record 68 of Set 5 | Jonesboro
Processing Record 69 of Set 5 | Mobile
Processing Record 70 of Set 5 | Siler city
Processing Record 71 of Set 5 | Siler City
Processing Record 72 of Set 5 | Tomkins Cove
Processing Record 73 of Set 5 | Austin
Processing Record 74 of Set 5 | Canyon Country
Processing Record 75 of Set 5 | Botkin
Processing Record 76 of Set 5 | Clarksville
Processing Record 77 of Set 5 | Hutchinson
Processing Record 78 of Set 5 | Gouverneur
Processing Record 79 of Set 5 | Gouverneur
Processing Record 80 of Set 5 | Princeton
Processing Record 81 of Set 5 | Laurelville
Processing Record 82 of Set 5 | Gilbert
Processing Record 83 of Set 5 | Knoxville
Processing Record 84 of Set 5 | Henderson
Processing Record 85 of Set 5 | Lowell
Processing Record 86 of Set 5 | Detroit
Processing Record 87 of Set 5 | Old Westbury
Processing Record 88 of Set 5 | Fishers
Processing Record 89 of Set 5 | Ft. Worth
Processing Record 90 of Set 5 | Ft. Worth
Processing Record 91 of Set 5 | Hollywood
Processing Record 92 of Set 5 | Cambridge
Processing Record 93 of Set 5 | Royal Palm Beach
Processing Record 94 of Set 5 | Schaghticoke
Processing Record 95 of Set 5 | Laughlintown
Processing Record 96 of Set 5 | Dalzell
Processing Record 97 of Set 5 | Mountlake Terrace
Processing Record 98 of Set 5 | Centennial
Processing Record 99 of Set 5 | Worthing
Processing Record 100 of Set 5 | Coachella
Processing Record 1 of Set 6 | Avondale
Processing Record 2 of Set 6 | Brookings
Processing Record 3 of Set 6 | Evans
Processing Record 4 of Set 6 | Evansville
Processing Record 5 of Set 6 | Pueblo
Processing Record 6 of Set 6 | Newburgh
Processing Record 7 of Set 6 | Santa Claus
Processing Record 8 of Set 6 | La Mesa
Processing Record 9 of Set 6 | Mt. Vernon
Processing Record 10 of Set 6 | Wilmington
Processing Record 11 of Set 6 | Alamo
Processing Record 12 of Set 6 | Red Lodge
Processing Record 13 of Set 6 | Decaturville
Processing Record 14 of Set 6 | Baldwin Hills Estates
Processing Record 15 of Set 6 | Harrisonburg
Processing Record 16 of Set 6 | Delhi
Processing Record 17 of Set 6 | Fairplain
Processing Record 18 of Set 6 | Malone
Processing Record 19 of Set 6 | Alburgh
Processing Record 20 of Set 6 | Mesquite
Processing Record 21 of Set 6 | Lakewood
Processing Record 22 of Set 6 | Mount Pleasant
Processing Record 23 of Set 6 | Las Cruces
Processing Record 24 of Set 6 | Carlsbad
Processing Record 25 of Set 6 | Emerald Isle
Processing Record 26 of Set 6 | Downey
Processing Record 27 of Set 6 | Panama City
Processing Record 28 of Set 6 | Deerfield
Processing Record 29 of Set 6 | Aiken
Processing Record 30 of Set 6 | Powell
Processing Record 31 of Set 6 | Bandon
Processing Record 32 of Set 6 | Algoma
Processing Record 33 of Set 6 | Carson
Processing Record 34 of Set 6 | Standish
Processing Record 35 of Set 6 | Bend
Processing Record 36 of Set 6 | Isleton
Processing Record 37 of Set 6 | Conowingo
Processing Record 38 of Set 6 | North haven
Processing Record 39 of Set 6 | Middle Village
Processing Record 40 of Set 6 | Fort McCoy
Processing Record 41 of Set 6 | Albany
Processing Record 42 of Set 6 | Panama City
Processing Record 43 of Set 6 | Greenwood
Processing Record 44 of Set 6 | Big Horn Mountains
Processing Record 45 of Set 6 | Deadhorse
Processing Record 46 of Set 6 | Mountlake Terrace
Processing Record 47 of Set 6 | Blue Springs
Processing Record 48 of Set 6 | Las Vegas
Processing Record 49 of Set 6 | Sanford
Processing Record 50 of Set 6 | Bristol
Processing Record 51 of Set 6 | Washington
Processing Record 52 of Set 6 | Brule
Processing Record 53 of Set 6 | Venral
Processing Record 54 of Set 6 | Jacksonville
Processing Record 55 of Set 6 | Mount Joy
Processing Record 56 of Set 6 | Telluride
Processing Record 57 of Set 6 | Livermore
Processing Record 58 of Set 6 | Council Bluffs
Processing Record 59 of Set 6 | Dunkerton
Processing Record 60 of Set 6 | Newton
Processing Record 61 of Set 6 | Reno
Processing Record 62 of Set 6 | Swansea
Processing Record 63 of Set 6 | Cabot
Processing Record 64 of Set 6 | Chula Vista
Processing Record 65 of Set 6 | Rector
Processing Record 66 of Set 6 | Porterville
Processing Record 67 of Set 6 | Appeleton
Processing Record 68 of Set 6 | Appeleton
Processing Record 69 of Set 6 | Waterloo
Processing Record 70 of Set 6 | Jonesboro
Processing Record 71 of Set 6 | Beaver Dam (north of)
Processing Record 72 of Set 6 | Maxwell
Processing Record 73 of Set 6 | Jasper
Processing Record 74 of Set 6 | Phoenix
Processing Record 75 of Set 6 | Canon City
Processing Record 76 of Set 6 | Wellston
Processing Record 77 of Set 6 | Los Lunas
Processing Record 78 of Set 6 | Jackson
Processing Record 79 of Set 6 | Aurora
Processing Record 80 of Set 6 | Trinidad
Processing Record 81 of Set 6 | Chandler
Processing Record 82 of Set 6 | Grand Junction
Processing Record 83 of Set 6 | Ordway
Processing Record 84 of Set 6 | Many Farms
Processing Record 85 of Set 6 | Albuquerque
Processing Record 86 of Set 6 | Along HWY 550 Near Chaco Canyon
Processing Record 87 of Set 6 | Riverside
Processing Record 88 of Set 6 | Jasper
Processing Record 89 of Set 6 | Jasper
Processing Record 90 of Set 6 | Patterson
Processing Record 91 of Set 6 | Jonesboro
Processing Record 92 of Set 6 | Issaquah
Processing Record 93 of Set 6 | Newburgh
Processing Record 94 of Set 6 | Windsor Heights
Processing Record 95 of Set 6 | Bristolville
Processing Record 96 of Set 6 | Boulder City
Processing Record 97 of Set 6 | Cambridge
Processing Record 98 of Set 6 | Phillipsburg
Processing Record 99 of Set 6 | Danielson
Processing Record 100 of Set 6 | Northbrook
Processing Record 1 of Set 7 | Northbrook
Processing Record 2 of Set 7 | Wheat Ridge
Processing Record 3 of Set 7 | Palm Coast
Processing Record 4 of Set 7 | Morro Bay
Processing Record 5 of Set 7 | Morro Bay
Processing Record 6 of Set 7 | Saint Augustine
Processing Record 7 of Set 7 | Fairfield Bay
Processing Record 8 of Set 7 | Council Bluffs
Processing Record 9 of Set 7 | Trenton (abovd)
Processing Record 10 of Set 7 | Patterson
Processing Record 11 of Set 7 | Carroll
Processing Record 12 of Set 7 | Jasper
Processing Record 13 of Set 7 | Jacksonville
Processing Record 14 of Set 7 | Bethlehem
Processing Record 15 of Set 7 | Spencer
Processing Record 16 of Set 7 | Three Springs
Processing Record 17 of Set 7 | Ozark
Processing Record 18 of Set 7 | Marietta
Processing Record 19 of Set 7 | North Chelmsford
Processing Record 20 of Set 7 | Orlando
Processing Record 21 of Set 7 | Coral Springs
Processing Record 22 of Set 7 | Miami
Processing Record 23 of Set 7 | Redlands
Processing Record 24 of Set 7 | St Augustine
Processing Record 25 of Set 7 | Trenton
Processing Record 26 of Set 7 | Mastic Beach
Processing Record 27 of Set 7 | Stuart
Processing Record 28 of Set 7 | Sebastian Inlet
Processing Record 29 of Set 7 | Naples
Processing Record 30 of Set 7 | Longview
Processing Record 31 of Set 7 | Staten Island
Processing Record 32 of Set 7 | Carroll
Processing Record 33 of Set 7 | Colorado Springs
Processing Record 34 of Set 7 | M Fort Myers
Processing Record 35 of Set 7 | Mountlake Terrace
Processing Record 36 of Set 7 | Mountlake Terrace
Processing Record 37 of Set 7 | Portland
Processing Record 38 of Set 7 | Show Low
Processing Record 39 of Set 7 | Grand Junction
Processing Record 40 of Set 7 | Independence
Processing Record 41 of Set 7 | Georgetown
Processing Record 42 of Set 7 | Alden Williams
Processing Record 43 of Set 7 | Garrettsville
Processing Record 44 of Set 7 | Visalia
Processing Record 45 of Set 7 | Phoenix
Processing Record 46 of Set 7 | Miami
Processing Record 47 of Set 7 | Los angeles
Processing Record 48 of Set 7 | Reno
Processing Record 49 of Set 7 | Lehigh Acres
Processing Record 50 of Set 7 | Miami
Processing Record 51 of Set 7 | Oaklandon
Processing Record 52 of Set 7 | Garretson
Processing Record 53 of Set 7 | Edmonds
Processing Record 54 of Set 7 | Bellevue
Processing Record 55 of Set 7 | Ponte Vedra Beach
Processing Record 56 of Set 7 | Grand Junction
Processing Record 57 of Set 7 | Rochester
Processing Record 58 of Set 7 | Estes Park
Processing Record 59 of Set 7 | Pittsfield
Processing Record 60 of Set 7 | Slippery Rock
Processing Record 61 of Set 7 | Belgrade
Processing Record 62 of Set 7 | Kerrville
Processing Record 63 of Set 7 | Garrettsville
Processing Record 64 of Set 7 | Norris City
Processing Record 65 of Set 7 | Staten Island
Processing Record 66 of Set 7 | San Leandro
Processing Record 67 of Set 7 | Thornwood
Processing Record 68 of Set 7 | Cambridge
Processing Record 69 of Set 7 | Burlington
Processing Record 70 of Set 7 | Mobile
Processing Record 71 of Set 7 | Grand Junction
Processing Record 72 of Set 7 | Sherman
Processing Record 73 of Set 7 | Willowspring
Processing Record 74 of Set 7 | Lewisville
Processing Record 75 of Set 7 | Phoenix
Processing Record 76 of Set 7 | Bluegrass
Processing Record 77 of Set 7 | Fairfield
Processing Record 78 of Set 7 | Kennesaw
Processing Record 79 of Set 7 | Libby
Processing Record 80 of Set 7 | Ocala
Processing Record 81 of Set 7 | Dunnellon
Processing Record 82 of Set 7 | Laurel Springs
Processing Record 83 of Set 7 | Port Angeles
Processing Record 84 of Set 7 | Newburgh
Processing Record 85 of Set 7 | Dixmont
Processing Record 86 of Set 7 | Cambridge
Processing Record 87 of Set 7 | Mt. Vernon
Processing Record 88 of Set 7 | Grand Junction
Processing Record 89 of Set 7 | St. Francisville
Processing Record 90 of Set 7 | Oceanside
Processing Record 91 of Set 7 | Le Roy
Processing Record 92 of Set 7 | Maidens
Processing Record 93 of Set 7 | Hopkinsville
Processing Record 94 of Set 7 | Holland
Processing Record 95 of Set 7 | Central
Processing Record 96 of Set 7 | Santa Monica
Processing Record 97 of Set 7 | Littleville
Processing Record 98 of Set 7 | London
Processing Record 99 of Set 7 | Spencerville
Processing Record 100 of Set 7 | Henderson
Processing Record 1 of Set 8 | Coralville
Processing Record 2 of Set 8 | Leland
Processing Record 3 of Set 8 | Vero beach
Processing Record 4 of Set 8 | Newburgh
Processing Record 5 of Set 8 | Seekonk/Pawtucket Line
Processing Record 6 of Set 8 | Portland
Processing Record 7 of Set 8 | Grand Junction
Processing Record 8 of Set 8 | Callahan
Processing Record 9 of Set 8 | Royal Palm Beach
Processing Record 10 of Set 8 | Cambridge
Processing Record 11 of Set 8 | duluth
Processing Record 12 of Set 8 | Atkins
Processing Record 13 of Set 8 | Lincoln
Processing Record 14 of Set 8 | Farmington Hills
Processing Record 15 of Set 8 | Whiteriver
Processing Record 16 of Set 8 | Evansville
Processing Record 17 of Set 8 | Evansville
Processing Record 18 of Set 8 | Booneville
Processing Record 19 of Set 8 | Cedar Rapids
Processing Record 20 of Set 8 | Lewiston
Processing Record 21 of Set 8 | Richmond
Processing Record 22 of Set 8 | Evansville
Processing Record 23 of Set 8 | Kalispell
Processing Record 24 of Set 8 | Tucumcari
Processing Record 25 of Set 8 | nan
Processing Record 26 of Set 8 | Marshall
Processing Record 27 of Set 8 | Wahiawa
Processing Record 28 of Set 8 | Wahiawa
Processing Record 29 of Set 8 | League City
Processing Record 30 of Set 8 | Liberty
Processing Record 31 of Set 8 | Helotes
Processing Record 32 of Set 8 | Comfort
Processing Record 33 of Set 8 | Sugar Land
Processing Record 34 of Set 8 | Live Oak
Processing Record 35 of Set 8 | SAN ANTONIO
Processing Record 36 of Set 8 | San Marcos
Processing Record 37 of Set 8 | San antonio
Processing Record 38 of Set 8 | Crowley
Processing Record 39 of Set 8 | Vicksburg
Processing Record 40 of Set 8 | Athens
Processing Record 41 of Set 8 | Mc Gregor
Processing Record 42 of Set 8 | Orange County
Processing Record 43 of Set 8 | Murfreesboro
Processing Record 44 of Set 8 | Fair Oaks Ranch
Processing Record 45 of Set 8 | Hazen
Processing Record 46 of Set 8 | Hico
Processing Record 47 of Set 8 | Bay City
Processing Record 48 of Set 8 | Mission viejo
Processing Record 49 of Set 8 | Ramona
Processing Record 50 of Set 8 | Farmington Hills
Processing Record 51 of Set 8 | stratham
Processing Record 52 of Set 8 | Katy
Processing Record 53 of Set 8 | Jal
Processing Record 54 of Set 8 | Waverly
Processing Record 55 of Set 8 | Sapelo Island
Processing Record 56 of Set 8 | Supply
Processing Record 57 of Set 8 | Waretown
Processing Record 58 of Set 8 | Lake Wales
Processing Record 59 of Set 8 | Los Angeles
Processing Record 60 of Set 8 | Sonoma
Processing Record 61 of Set 8 | Albuquerque
Processing Record 62 of Set 8 | Decatur
Processing Record 63 of Set 8 | Idaho Falls
Processing Record 64 of Set 8 | Gainesville
Processing Record 65 of Set 8 | Bradford
Processing Record 66 of Set 8 | Temecula
Processing Record 67 of Set 8 | Sandy Spring
Processing Record 68 of Set 8 | Wilmington
Processing Record 69 of Set 8 | Westminster
Processing Record 70 of Set 8 | Akron
Processing Record 71 of Set 8 | High Point
Processing Record 72 of Set 8 | Concordville
Processing Record 73 of Set 8 | Saraland/Mobile
Processing Record 74 of Set 8 | Harrisonburg
Processing Record 75 of Set 8 | Pampa
Processing Record 76 of Set 8 | Pueblo
Processing Record 77 of Set 8 | Eagan
Processing Record 78 of Set 8 | Jenks
Processing Record 79 of Set 8 | Dallas
Processing Record 80 of Set 8 | Austin
Processing Record 81 of Set 8 | Corpus Christi
Processing Record 82 of Set 8 | Dallas
Processing Record 83 of Set 8 | Dracut
Processing Record 84 of Set 8 | Jonesboro
Processing Record 85 of Set 8 | Lincoln
Processing Record 86 of Set 8 | Springfield
Processing Record 87 of Set 8 | Lubbock
Processing Record 88 of Set 8 | New Bern
Processing Record 89 of Set 8 | North Berwick
Processing Record 90 of Set 8 | Hellertown
Processing Record 91 of Set 8 | Greensboro
Processing Record 92 of Set 8 | Lincoln
Processing Record 93 of Set 8 | Shreveport
Processing Record 94 of Set 8 | Kingston
Processing Record 95 of Set 8 | Shreveport
Processing Record 96 of Set 8 | Bear
Processing Record 97 of Set 8 | Charleston
Processing Record 98 of Set 8 | West Odessa
Processing Record 99 of Set 8 | Buckeye
Processing Record 100 of Set 8 | Wayne
Processing Record 1 of Set 9 | Goleta
Processing Record 2 of Set 9 | Cambridge
Processing Record 3 of Set 9 | Grand Junction
Processing Record 4 of Set 9 | Topeka
Processing Record 5 of Set 9 | Louisville
Processing Record 6 of Set 9 | Arlington
Processing Record 7 of Set 9 | Redlands
Processing Record 8 of Set 9 | Red Rock
Processing Record 9 of Set 9 | Stayton
Processing Record 10 of Set 9 | Maxwell
Processing Record 11 of Set 9 | Jerome
Processing Record 12 of Set 9 | Tulsa (Tulsa airport, Sheridan Rd.)
Processing Record 13 of Set 9 | Grand Junction
Processing Record 14 of Set 9 | Stephenville
Processing Record 15 of Set 9 | Bedias
Processing Record 16 of Set 9 | South Ogden
Processing Record 17 of Set 9 | Farmington Hills
Processing Record 18 of Set 9 | Huntington Park
Processing Record 19 of Set 9 | West Jordan
Processing Record 20 of Set 9 | Wilcox (near)
Processing Record 21 of Set 9 | Stilwell
Processing Record 22 of Set 9 | Oakwood
Processing Record 23 of Set 9 | Ada
Processing Record 24 of Set 9 | Tulsa
Processing Record 25 of Set 9 | Tualatin
Processing Record 26 of Set 9 | Quay
Processing Record 27 of Set 9 | Florence
Processing Record 28 of Set 9 | Whiterock
Processing Record 29 of Set 9 | Fort Wayne
Processing Record 30 of Set 9 | Odenville
Processing Record 31 of Set 9 | Lamesa
Processing Record 32 of Set 9 | Olympia
Processing Record 33 of Set 9 | Oriental
Processing Record 34 of Set 9 | Douglasville
Processing Record 35 of Set 9 | Santa Claus
Processing Record 36 of Set 9 | Ocala
Processing Record 37 of Set 9 | Upper Darby
Processing Record 38 of Set 9 | Santee
Processing Record 39 of Set 9 | Mentor
Processing Record 40 of Set 9 | Tifton
Processing Record 41 of Set 9 | Sardinia
Processing Record 42 of Set 9 | Rosemead
Processing Record 43 of Set 9 | Farmington Hills
Processing Record 44 of Set 9 | North Brookfield
Processing Record 45 of Set 9 | Oberlin
Processing Record 46 of Set 9 | Mattituck
Processing Record 47 of Set 9 | Mountlake Terrace
Processing Record 48 of Set 9 | Des Moines
Processing Record 49 of Set 9 | Kasilof
Processing Record 50 of Set 9 | Grayland
Processing Record 51 of Set 9 | Miami
Processing Record 52 of Set 9 | Land o' Lakes
Processing Record 53 of Set 9 | Augustine (at)
Processing Record 54 of Set 9 | Commercial Point
Processing Record 55 of Set 9 | Gilbert
Processing Record 56 of Set 9 | Sterling
Processing Record 57 of Set 9 | Hanson
Processing Record 58 of Set 9 | Colorado Springs
Processing Record 59 of Set 9 | Berkley
Processing Record 60 of Set 9 | Cambridge
Processing Record 61 of Set 9 | Lake Worth
Processing Record 62 of Set 9 | Wichita
Processing Record 63 of Set 9 | Clermont
Processing Record 64 of Set 9 | Cambria
Processing Record 65 of Set 9 | Boca Raton
Processing Record 66 of Set 9 | Fairfax
Processing Record 67 of Set 9 | Los Angeles
Processing Record 68 of Set 9 | Marietta
Processing Record 69 of Set 9 | Ada Taylor
Processing Record 70 of Set 9 | Largo
Processing Record 71 of Set 9 | Eagle
Processing Record 72 of Set 9 | Bristol
Processing Record 73 of Set 9 | Lake Wylie
Processing Record 74 of Set 9 | Reno
Processing Record 75 of Set 9 | Honolulu - Waikiki
Processing Record 76 of Set 9 | Pinellas Park
Processing Record 77 of Set 9 | Round Rock
Processing Record 78 of Set 9 | Corpus Christi
Processing Record 79 of Set 9 | Boise
Processing Record 80 of Set 9 | Pflugerville
Processing Record 81 of Set 9 | Bakersfield
Processing Record 82 of Set 9 | Lewiston
Processing Record 83 of Set 9 | Brick
Processing Record 84 of Set 9 | El Centro
Processing Record 85 of Set 9 | Lacey
Processing Record 86 of Set 9 | San Antonio
Processing Record 87 of Set 9 | St. Petersburg
Processing Record 88 of Set 9 | Wesley Chapel
Processing Record 89 of Set 9 | Sanford
Processing Record 90 of Set 9 | Fort Lauderdale
Processing Record 91 of Set 9 | Lakeland
Processing Record 92 of Set 9 | Lake City
Processing Record 93 of Set 9 | Captain Cook
Processing Record 94 of Set 9 | Florence
Processing Record 95 of Set 9 | Jacksonville
Processing Record 96 of Set 9 | New Port Richey
Processing Record 97 of Set 9 | Los Angeles
Processing Record 98 of Set 9 | San Diego
Processing Record 99 of Set 9 | Harmony
Processing Record 100 of Set 9 | North Kingstown
Processing Record 1 of Set 10 | Natural Bridge
Processing Record 2 of Set 10 | Chugiak
Processing Record 3 of Set 10 | Tustin
Processing Record 4 of Set 10 | Bloomfield
Processing Record 5 of Set 10 | Lake Wales
Processing Record 6 of Set 10 | Waianae
Processing Record 7 of Set 10 | Sanford
Processing Record 8 of Set 10 | Jonesboro
Processing Record 9 of Set 10 | St. Augustine
Processing Record 10 of Set 10 | Whately
Processing Record 11 of Set 10 | Casper
Processing Record 12 of Set 10 | Kingston
Processing Record 13 of Set 10 | Dumas
Processing Record 14 of Set 10 | Madison
Processing Record 15 of Set 10 | Merritt Island
Processing Record 16 of Set 10 | Titusville
Processing Record 17 of Set 10 | Mary Esther
Processing Record 18 of Set 10 | Sanford
Processing Record 19 of Set 10 | Pueblo
Processing Record 20 of Set 10 | Lords Valley
Processing Record 21 of Set 10 | Dallas
Processing Record 22 of Set 10 | Birmingham
Processing Record 23 of Set 10 | Buffalo
Processing Record 24 of Set 10 | Kelly
Processing Record 25 of Set 10 | Hamilton
Processing Record 26 of Set 10 | Calhoun
Processing Record 27 of Set 10 | Gasquet
Processing Record 28 of Set 10 | Hiram
Processing Record 29 of Set 10 | Santa Maria
Processing Record 30 of Set 10 | Phoenix
Processing Record 31 of Set 10 | Ballston Spa
Processing Record 32 of Set 10 | Ft. Worth
Processing Record 33 of Set 10 | Lenexa
Processing Record 34 of Set 10 | St. Petersburg
Processing Record 35 of Set 10 | Evansville
Processing Record 36 of Set 10 | Madisonville
Processing Record 37 of Set 10 | New Braunfels
Processing Record 38 of Set 10 | Mobile
Processing Record 39 of Set 10 | South River
Processing Record 40 of Set 10 | Aliquippa
Processing Record 41 of Set 10 | Newport Beach
Processing Record 42 of Set 10 | Newburgh
Processing Record 43 of Set 10 | Gettysburg
Processing Record 44 of Set 10 | Marksville
Processing Record 45 of Set 10 | East Hartford
Processing Record 46 of Set 10 | Spokane
Processing Record 47 of Set 10 | Townshend
Processing Record 48 of Set 10 | Lords Valley
Processing Record 49 of Set 10 | Reno
Processing Record 50 of Set 10 | Santa Maria
Processing Record 51 of Set 10 | Fall River
Processing Record 52 of Set 10 | New York
Processing Record 53 of Set 10 | Woodbury
Processing Record 54 of Set 10 | Payson
Processing Record 55 of Set 10 | Forest Park
Processing Record 56 of Set 10 | Reno
Processing Record 57 of Set 10 | Chelsea
Processing Record 58 of Set 10 | Chelsea
Processing Record 59 of Set 10 | Glen Cove
Processing Record 60 of Set 10 | Royal Palm Beach
Processing Record 61 of Set 10 | Elkmont
Processing Record 62 of Set 10 | winterstown
Processing Record 63 of Set 10 | Norris City
Processing Record 64 of Set 10 | Valley City
Processing Record 65 of Set 10 | Bisbee
Processing Record 66 of Set 10 | Westland
Processing Record 67 of Set 10 | Arlington
Processing Record 68 of Set 10 | Waukegan
Processing Record 69 of Set 10 | Jersey City
Processing Record 70 of Set 10 | Brooklyn
Processing Record 71 of Set 10 | Chicago
Processing Record 72 of Set 10 | Alvin
Processing Record 73 of Set 10 | Cambridge
Processing Record 74 of Set 10 | Mountlake Terrace
Processing Record 75 of Set 10 | Glasgow
Processing Record 76 of Set 10 | Centennial/Parker
Processing Record 77 of Set 10 | Fullerton
Processing Record 78 of Set 10 | Mobile
Processing Record 79 of Set 10 | Munhall
Processing Record 80 of Set 10 | Utica
Processing Record 81 of Set 10 | Dash Point
Processing Record 82 of Set 10 | Avalon
Processing Record 83 of Set 10 | Boise
Processing Record 84 of Set 10 | Waukegan
Processing Record 85 of Set 10 | Tybee Island
Processing Record 86 of Set 10 | Land o’ Lakes
Processing Record 87 of Set 10 | Victor
Processing Record 88 of Set 10 | Brownsville
Processing Record 89 of Set 10 | Bonney lake
Processing Record 90 of Set 10 | Troy
Processing Record 91 of Set 10 | Madison
Processing Record 92 of Set 10 | Pittsburgh
Processing Record 93 of Set 10 | Stacyville
Processing Record 94 of Set 10 | Enumclaw
Processing Record 95 of Set 10 | New York
Processing Record 96 of Set 10 | Laughlintown
Processing Record 97 of Set 10 | East Helena
Processing Record 98 of Set 10 | Cambridge
Processing Record 99 of Set 10 | Manassas
Processing Record 100 of Set 10 | Mandeville
Processing Record 1 of Set 11 | Florence
Processing Record 2 of Set 11 | New Port Richey
Processing Record 3 of Set 11 | Gonzales
Processing Record 4 of Set 11 | Mount Vernon
Processing Record 5 of Set 11 | Gloucester
Processing Record 6 of Set 11 | North Providence
Processing Record 7 of Set 11 | Anchorage
Processing Record 8 of Set 11 | Carlstadt (above)
Processing Record 9 of Set 11 | Boise
Processing Record 10 of Set 11 | Scottville
Processing Record 11 of Set 11 | Clark
Processing Record 12 of Set 11 | Rehoboth
Processing Record 13 of Set 11 | Klamath Falls
Processing Record 14 of Set 11 | Lexington
Processing Record 15 of Set 11 | Savannah
Processing Record 16 of Set 11 | Burlington Flats
Processing Record 17 of Set 11 | Billings
Processing Record 18 of Set 11 | Olive Hill
Processing Record 19 of Set 11 | Greybull
Processing Record 20 of Set 11 | Reading
Processing Record 21 of Set 11 | Laughlintown
Processing Record 22 of Set 11 | Lynchburg
Processing Record 23 of Set 11 | Warwick
Processing Record 24 of Set 11 | Las Vegas
Processing Record 25 of Set 11 | Vincennes
Processing Record 26 of Set 11 | Hamersville
Processing Record 27 of Set 11 | Melbourne
Processing Record 28 of Set 11 | Venice Beach
Processing Record 29 of Set 11 | Lawrence
Processing Record 30 of Set 11 | Rice Lake
Processing Record 31 of Set 11 | Prineville
Processing Record 32 of Set 11 | Grove City
Processing Record 33 of Set 11 | Mt. Pleasant
Processing Record 34 of Set 11 | Lipan
Processing Record 35 of Set 11 | Beckley
Processing Record 36 of Set 11 | Christmas Valley
Processing Record 37 of Set 11 | Warsaw/Clinton (between)
Processing Record 38 of Set 11 | Helotes
Processing Record 39 of Set 11 | Molalla
Processing Record 40 of Set 11 | Redding
Processing Record 41 of Set 11 | Grants Pass
Processing Record 42 of Set 11 | Seventh Mountain
Processing Record 43 of Set 11 | Brush Prairie
Processing Record 44 of Set 11 | Grants Pass
Processing Record 45 of Set 11 | Grants Pass
Processing Record 46 of Set 11 | Estacada
Processing Record 47 of Set 11 | Milwaukee
Processing Record 48 of Set 11 | Prineville
Processing Record 49 of Set 11 | Shelton
Processing Record 50 of Set 11 | John Day
Processing Record 51 of Set 11 | Brookings (south of)
Processing Record 52 of Set 11 | Millican
Processing Record 53 of Set 11 | New York City (Brooklyn Heights)
Processing Record 54 of Set 11 | Eureka
Processing Record 55 of Set 11 | Winchester
Processing Record 56 of Set 11 | Aberdeen
Processing Record 57 of Set 11 | Newport News
Processing Record 58 of Set 11 | Jonesboro
Processing Record 59 of Set 11 | Valley City
Processing Record 60 of Set 11 | Penfield
Processing Record 61 of Set 11 | Auburn/Midland area
Processing Record 62 of Set 11 | Jonesboro
Processing Record 63 of Set 11 | Davenport
Processing Record 64 of Set 11 | LaSalle
Processing Record 65 of Set 11 | Springfield
Processing Record 66 of Set 11 | Klamath Falls
Processing Record 67 of Set 11 | Jonesboro
Processing Record 68 of Set 11 | Putnam Valley
Processing Record 69 of Set 11 | Monroe
Processing Record 70 of Set 11 | Skokie
Processing Record 71 of Set 11 | Clarkston
Processing Record 72 of Set 11 | Kennett Square
Processing Record 73 of Set 11 | Huron
Processing Record 74 of Set 11 | Bethlehem
Processing Record 75 of Set 11 | Bethlehem
Processing Record 76 of Set 11 | Fishkill
Processing Record 77 of Set 11 | Eagle
Processing Record 78 of Set 11 | Monticello
Processing Record 79 of Set 11 | Rochester
Processing Record 80 of Set 11 | Rochester
Processing Record 81 of Set 11 | Independence Township
Processing Record 82 of Set 11 | Sturgis
Processing Record 83 of Set 11 | Idaho Falls
Processing Record 84 of Set 11 | Stevensville
Processing Record 85 of Set 11 | Vicksburg
Processing Record 86 of Set 11 | Chesterfield
Processing Record 87 of Set 11 | Middlebury
Processing Record 88 of Set 11 | Schoolcraft
Processing Record 89 of Set 11 | Zeeland (Holland area)
Processing Record 90 of Set 11 | Clinton
Processing Record 91 of Set 11 | Millersburg
Processing Record 92 of Set 11 | Howell
Processing Record 93 of Set 11 | Elkhart
Processing Record 94 of Set 11 | Defiance
Processing Record 95 of Set 11 | Anaheim Hills
Processing Record 96 of Set 11 | Lafayette
Processing Record 97 of Set 11 | Beloit
Processing Record 98 of Set 11 | Beloit
Processing Record 99 of Set 11 | Mayflower
Processing Record 100 of Set 11 | Woodbury
Processing Record 1 of Set 12 | Willis
Processing Record 2 of Set 12 | Gladwin
Processing Record 3 of Set 12 | Woodbury
Processing Record 4 of Set 12 | Coal City
Processing Record 5 of Set 12 | Sedalia
Processing Record 6 of Set 12 | Morrison
Processing Record 7 of Set 12 | Aurora
Processing Record 8 of Set 12 | Herscher
Processing Record 9 of Set 12 | Huntley
Processing Record 10 of Set 12 | Kansasville
Processing Record 11 of Set 12 | Twin Lakes
Processing Record 12 of Set 12 | Huntley
Processing Record 13 of Set 12 | Elkhorn
Processing Record 14 of Set 12 | Lisle
Processing Record 15 of Set 12 | Rockford
Processing Record 16 of Set 12 | Huntsville
Processing Record 17 of Set 12 | Rolla
Processing Record 18 of Set 12 | Fairfield
Processing Record 19 of Set 12 | Twin Lakes
Processing Record 20 of Set 12 | Grain Valley
Processing Record 21 of Set 12 | Twin Lakes
Processing Record 22 of Set 12 | Troy Grove
Processing Record 23 of Set 12 | Branson
Processing Record 24 of Set 12 | Chicago
Processing Record 25 of Set 12 | Shidler
Processing Record 26 of Set 12 | Castro Valley
Processing Record 27 of Set 12 | Alexandria
Processing Record 28 of Set 12 | San Francisco
Processing Record 29 of Set 12 | Hayward
Processing Record 30 of Set 12 | Santa Cruz
Processing Record 31 of Set 12 | Reno
Processing Record 32 of Set 12 | Hays
Processing Record 33 of Set 12 | Salinas
Processing Record 34 of Set 12 | Barrington
Processing Record 35 of Set 12 | Flint
Processing Record 36 of Set 12 | Reading
Processing Record 37 of Set 12 | Deming
Processing Record 38 of Set 12 | Albion
Processing Record 39 of Set 12 | Council Bluffs
Processing Record 40 of Set 12 | Chicago
Processing Record 41 of Set 12 | Deming
Processing Record 42 of Set 12 | Rohnert Park
Processing Record 43 of Set 12 | Alamo
Processing Record 44 of Set 12 | Largo
Processing Record 45 of Set 12 | Oxford
Processing Record 46 of Set 12 | Poteau
Processing Record 47 of Set 12 | Mountlake Terrace
Processing Record 48 of Set 12 | Carthage
Processing Record 49 of Set 12 | Greenville
Processing Record 50 of Set 12 | Kansas City
Processing Record 51 of Set 12 | Stevensville
Processing Record 52 of Set 12 | Stevensville
Processing Record 53 of Set 12 | Sedalia
Processing Record 54 of Set 12 | nan
Processing Record 55 of Set 12 | South Phoenix/Picacho Peak
Processing Record 56 of Set 12 | Indianapolis
City not found. Skipping...
Processing Record 57 of Set 12 | Revere
Processing Record 58 of Set 12 | Valle
Processing Record 59 of Set 12 | Albuquerque
Processing Record 60 of Set 12 | Glassboro
Processing Record 61 of Set 12 | Roosevelt lake
Processing Record 62 of Set 12 | Gloucester City
Processing Record 63 of Set 12 | Port St. Lucie
Processing Record 64 of Set 12 | Greenville
Processing Record 65 of Set 12 | Nicholasville
Processing Record 66 of Set 12 | Helena
Processing Record 67 of Set 12 | Laurelville
Processing Record 68 of Set 12 | Wichita
Processing Record 69 of Set 12 | Blue Springs
Processing Record 70 of Set 12 | Burlington
Processing Record 71 of Set 12 | Dayton
Processing Record 72 of Set 12 | Hewlett
Processing Record 73 of Set 12 | Three Rivers
Processing Record 74 of Set 12 | Port Orange
Processing Record 75 of Set 12 | Milo
Processing Record 76 of Set 12 | Fresno
Processing Record 77 of Set 12 | Phoenix
Processing Record 78 of Set 12 | Flat Top Mountain, Cedar Valley
Processing Record 79 of Set 12 | Thomson
Processing Record 80 of Set 12 | Ellettsville
Processing Record 81 of Set 12 | Ponte Vedra Beach
Processing Record 82 of Set 12 | Santa Monica Beach
Processing Record 83 of Set 12 | Greenville
Processing Record 84 of Set 12 | New Port Richey
Processing Record 85 of Set 12 | Evans Georgia
Processing Record 86 of Set 12 | Valdosta
Processing Record 87 of Set 12 | Greensboro
Processing Record 88 of Set 12 | Hephzibah
Processing Record 89 of Set 12 | Bethlehem
Processing Record 90 of Set 12 | Winston Salem
Processing Record 91 of Set 12 | Dunnellon
Processing Record 92 of Set 12 | Irmo
Processing Record 93 of Set 12 | Savannah
Processing Record 94 of Set 12 | Downey
Processing Record 95 of Set 12 | Del Mar
Processing Record 96 of Set 12 | Fort Collins
Processing Record 97 of Set 12 | Jerome
Processing Record 98 of Set 12 | Lynbrook
Processing Record 99 of Set 12 | Belleville
Processing Record 100 of Set 12 | Appomattox
Processing Record 1 of Set 13 | Plymouth Meeting/Conshohocken
Processing Record 2 of Set 13 | Mesa
Processing Record 3 of Set 13 | White Lake
Processing Record 4 of Set 13 | Bellevue
Processing Record 5 of Set 13 | Girard
Processing Record 6 of Set 13 | Exeter
Processing Record 7 of Set 13 | Hartselle
Processing Record 8 of Set 13 | Point Harbor
Processing Record 9 of Set 13 | Chesterfield
Processing Record 10 of Set 13 | Kingwood
Processing Record 11 of Set 13 | North Las Vegas
Processing Record 12 of Set 13 | Chattaroy
Processing Record 13 of Set 13 | Cranston
Processing Record 14 of Set 13 | Coventry
Processing Record 15 of Set 13 | Hammond
Processing Record 16 of Set 13 | Newburgh
Processing Record 17 of Set 13 | Winston-Salem
Processing Record 18 of Set 13 | Barnhart
Processing Record 19 of Set 13 | Dalton
Processing Record 20 of Set 13 | Waynesboro
Processing Record 21 of Set 13 | Nanticoke
Processing Record 22 of Set 13 | Laveen
Processing Record 23 of Set 13 | Quijota
Processing Record 24 of Set 13 | Comanche
Processing Record 25 of Set 13 | Jacksonville
Processing Record 26 of Set 13 | Payson
Processing Record 27 of Set 13 | Rock Ledge
Processing Record 28 of Set 13 | Virginia Beach
Processing Record 29 of Set 13 | New York City
Processing Record 30 of Set 13 | Cambridge
Processing Record 31 of Set 13 | Jonesboro
Processing Record 32 of Set 13 | Mountlake Terrace
Processing Record 33 of Set 13 | Aurora
Processing Record 34 of Set 13 | Red Rock
Processing Record 35 of Set 13 | Reed Point
Processing Record 36 of Set 13 | Mountlake Terrace
Processing Record 37 of Set 13 | Rangely
Processing Record 38 of Set 13 | Clearfield
Processing Record 39 of Set 13 | Lewisport
Processing Record 40 of Set 13 | Bakersfield
Processing Record 41 of Set 13 | Miami
Processing Record 42 of Set 13 | Sea Ranch
Processing Record 43 of Set 13 | Tumwater
Processing Record 44 of Set 13 | West Palm Beach
Processing Record 45 of Set 13 | Winter Garden
Processing Record 46 of Set 13 | WinterGarden
Processing Record 47 of Set 13 | Tampa
Processing Record 48 of Set 13 | Gainesville
Processing Record 49 of Set 13 | St. Petersburg
Processing Record 50 of Set 13 | Rio Rancho
Processing Record 51 of Set 13 | Syracuse
Processing Record 52 of Set 13 | Oviedo
Processing Record 53 of Set 13 | Centennial
Processing Record 54 of Set 13 | Preston
Processing Record 55 of Set 13 | Janesville
Processing Record 56 of Set 13 | El Paso
Processing Record 57 of Set 13 | Springfield
Processing Record 58 of Set 13 | Los Molinos
Processing Record 59 of Set 13 | Jonesboro
Processing Record 60 of Set 13 | El Paso
Processing Record 61 of Set 13 | Castaic
Processing Record 62 of Set 13 | DIA
Processing Record 63 of Set 13 | Grants pass
Processing Record 64 of Set 13 | Loganville
Processing Record 65 of Set 13 | Limpopo
Processing Record 66 of Set 13 | Kennett Square
Processing Record 67 of Set 13 | Selmer
Processing Record 68 of Set 13 | DeLeon Springs
Processing Record 69 of Set 13 | Denver
Processing Record 70 of Set 13 | Harrod
Processing Record 71 of Set 13 | Valrico
Processing Record 72 of Set 13 | Palmer
Processing Record 73 of Set 13 | Naugatuck
Processing Record 74 of Set 13 | Sarasota
Processing Record 75 of Set 13 | Lake Elsinore
Processing Record 76 of Set 13 | Santa Monica
Processing Record 77 of Set 13 | Cambridge
Processing Record 78 of Set 13 | Marion
Processing Record 79 of Set 13 | Honolulu
Processing Record 80 of Set 13 | Hamden
Processing Record 81 of Set 13 | Willcox
Processing Record 82 of Set 13 | Westford
Processing Record 83 of Set 13 | Albany
Processing Record 84 of Set 13 | Portsmouth
Processing Record 85 of Set 13 | Joppatowne
Processing Record 86 of Set 13 | Arlington
Processing Record 87 of Set 13 | Boise
Processing Record 88 of Set 13 | Rhome
Processing Record 89 of Set 13 | Hobe Sound
Processing Record 90 of Set 13 | Las Vegas
Processing Record 91 of Set 13 | Oklahoma City
Processing Record 92 of Set 13 | Charlotte
Processing Record 93 of Set 13 | Portland (southeast of)
Processing Record 94 of Set 13 | Glastonbury
Processing Record 95 of Set 13 | Eglin AFB
Processing Record 96 of Set 13 | Arbutus
Processing Record 97 of Set 13 | Arlington
Processing Record 98 of Set 13 | Vermilion
Processing Record 99 of Set 13 | Ruskin
Processing Record 100 of Set 13 | N. Center Lake
Processing Record 1 of Set 14 | Amarillo
Processing Record 2 of Set 14 | Anthem
Processing Record 3 of Set 14 | Range (SR 323 at Dorn Rd)
Processing Record 4 of Set 14 | Murtaugh
Processing Record 5 of Set 14 | Mountlake Terrace
Processing Record 6 of Set 14 | Boynton Beach
Processing Record 7 of Set 14 | Myakka City
Processing Record 8 of Set 14 | Newburgh
Processing Record 9 of Set 14 | Fayetteville
Processing Record 10 of Set 14 | Chandler
Processing Record 11 of Set 14 | Dickinson
Processing Record 12 of Set 14 | Rockwall
Processing Record 13 of Set 14 | Wapato
Processing Record 14 of Set 14 | Spokane
Processing Record 15 of Set 14 | El paso
Processing Record 16 of Set 14 | Valley Stream
Processing Record 17 of Set 14 | Sutton
Processing Record 18 of Set 14 | Las vegas
Processing Record 19 of Set 14 | Saint Clair Shores
Processing Record 20 of Set 14 | Delaware
Processing Record 21 of Set 14 | Saint Clair Shores
Processing Record 22 of Set 14 | preston
Processing Record 23 of Set 14 | Canyon Lake
Processing Record 24 of Set 14 | Meadows of Dan
Processing Record 25 of Set 14 | Newark
Processing Record 26 of Set 14 | Cottenwood
Processing Record 27 of Set 14 | Canton
Processing Record 28 of Set 14 | Canton
Processing Record 29 of Set 14 | Canton
Processing Record 30 of Set 14 | Lizton
Processing Record 31 of Set 14 | Combes
Processing Record 32 of Set 14 | Livingston
Processing Record 33 of Set 14 | Chester
Processing Record 34 of Set 14 | Waldorf
Processing Record 35 of Set 14 | Norco
Processing Record 36 of Set 14 | Woodbridge
Processing Record 37 of Set 14 | Hillsboro
Processing Record 38 of Set 14 | Hillsboro
Processing Record 39 of Set 14 | Penrose
Processing Record 40 of Set 14 | Lisle
Processing Record 41 of Set 14 | Albany
Processing Record 42 of Set 14 | Alexandria
Processing Record 43 of Set 14 | Greenville
Processing Record 44 of Set 14 | Irmo
Processing Record 45 of Set 14 | Marietta
Processing Record 46 of Set 14 | Orient
Processing Record 47 of Set 14 | phoenix
Processing Record 48 of Set 14 | Phoenix
Processing Record 49 of Set 14 | Phoenix
Processing Record 50 of Set 14 | Phoenix
Processing Record 51 of Set 14 | Memphis
Processing Record 52 of Set 14 | Natchez
Processing Record 53 of Set 14 | Rayville
Processing Record 54 of Set 14 | Valley City
Processing Record 55 of Set 14 | Brooklyn, New York
Processing Record 56 of Set 14 | Bellingham
Processing Record 57 of Set 14 | TUSCON
Processing Record 58 of Set 14 | Litchfield
Processing Record 59 of Set 14 | Indio
Processing Record 60 of Set 14 | Evansville
Processing Record 61 of Set 14 | Tierra Amarilla
Processing Record 62 of Set 14 | Royal Palm Beach
Processing Record 63 of Set 14 | Esko
Processing Record 64 of Set 14 | Louisville
Processing Record 65 of Set 14 | Rosemead
Processing Record 66 of Set 14 | Waldron
Processing Record 67 of Set 14 | Coosada
Processing Record 68 of Set 14 | Santa Barbara
Processing Record 69 of Set 14 | Doyline
Processing Record 70 of Set 14 | waterville
Processing Record 71 of Set 14 | Fond Du Lac
Processing Record 72 of Set 14 | Bedford
Processing Record 73 of Set 14 | Kaplan
Processing Record 74 of Set 14 | Victoria
Processing Record 75 of Set 14 | Thornton
Processing Record 76 of Set 14 | Independence
Processing Record 77 of Set 14 | Fairfax
Processing Record 78 of Set 14 | Albany
Processing Record 79 of Set 14 | Cross Plains
Processing Record 80 of Set 14 | Los Angeles
Processing Record 81 of Set 14 | Irmo
Processing Record 82 of Set 14 | Lavista
Processing Record 83 of Set 14 | Mountlake Terrace
Processing Record 84 of Set 14 | KATY
Processing Record 85 of Set 14 | Knoxville
Processing Record 86 of Set 14 | Shelbyville
Processing Record 87 of Set 14 | Lyndora
Processing Record 88 of Set 14 | Barberton
Processing Record 89 of Set 14 | seymour
Processing Record 90 of Set 14 | Fort Collins
Processing Record 91 of Set 14 | Wellington
Processing Record 92 of Set 14 | Monterey
Processing Record 93 of Set 14 | Clarksville
Processing Record 94 of Set 14 | New York
Processing Record 95 of Set 14 | Bedford
Processing Record 96 of Set 14 | Plano
Processing Record 97 of Set 14 | Buckfield
Processing Record 98 of Set 14 | Miramar
Processing Record 99 of Set 14 | San Pedro
Processing Record 100 of Set 14 | Lincoln
Processing Record 1 of Set 15 | Cook
Processing Record 2 of Set 15 | Duluth
Processing Record 3 of Set 15 | Litchfield Park
Processing Record 4 of Set 15 | Anaheim
Processing Record 5 of Set 15 | Tucson
Processing Record 6 of Set 15 | Omaha
Processing Record 7 of Set 15 | Highland
Processing Record 8 of Set 15 | Reading
Processing Record 9 of Set 15 | Niles
Processing Record 10 of Set 15 | Mena
Processing Record 11 of Set 15 | Halls
Processing Record 12 of Set 15 | White Oak
Processing Record 13 of Set 15 | Cheyenne
Processing Record 14 of Set 15 | Evansville
Processing Record 15 of Set 15 | Hastings
Processing Record 16 of Set 15 | Waco
Processing Record 17 of Set 15 | La Vista
Processing Record 18 of Set 15 | Hudson
Processing Record 19 of Set 15 | LaVeta
Processing Record 20 of Set 15 | Utica
Processing Record 21 of Set 15 | Canton/Jackson Township
Processing Record 22 of Set 15 | Sebring
Processing Record 23 of Set 15 | Litchfield Beach
Processing Record 24 of Set 15 | Roseburg
Processing Record 25 of Set 15 | Tallahassee
Processing Record 26 of Set 15 | Nashua
Processing Record 27 of Set 15 | Yucaipa
Processing Record 28 of Set 15 | Newburgh
Processing Record 29 of Set 15 | Jerome
Processing Record 30 of Set 15 | Lincoln City
Processing Record 31 of Set 15 | Dayville
Processing Record 32 of Set 15 | Nehalem
Processing Record 33 of Set 15 | Gresham
Processing Record 34 of Set 15 | La Center
Processing Record 35 of Set 15 | Youngstown
Processing Record 36 of Set 15 | Ramona
Processing Record 37 of Set 15 | Cypress
Processing Record 38 of Set 15 | Rochester
Processing Record 39 of Set 15 | Binghamton
Processing Record 40 of Set 15 | Springfield
Processing Record 41 of Set 15 | Lords Valley
Processing Record 42 of Set 15 | Sparks/Sun Valley
Processing Record 43 of Set 15 | Richmond
Processing Record 44 of Set 15 | Germantown
Processing Record 45 of Set 15 | Mt. Vernon
Processing Record 46 of Set 15 | Ames
Processing Record 47 of Set 15 | Estes Park
Processing Record 48 of Set 15 | natrona heights
Processing Record 49 of Set 15 | Las Vegas
Processing Record 50 of Set 15 | W TERRE HAUTE
Processing Record 51 of Set 15 | Ramona
Processing Record 52 of Set 15 | Lexington
Processing Record 53 of Set 15 | Hampton
Processing Record 54 of Set 15 | Waianae
Processing Record 55 of Set 15 | Hedgesville
Processing Record 56 of Set 15 | Elizabeth
Processing Record 57 of Set 15 | Massillon
Processing Record 58 of Set 15 | Spencer
Processing Record 59 of Set 15 | Jamestown
Processing Record 60 of Set 15 | Morganton
Processing Record 61 of Set 15 | Houston
Processing Record 62 of Set 15 | Ledyard
Processing Record 63 of Set 15 | Mountlake Terrace
Processing Record 64 of Set 15 | WASHINGTON
Processing Record 65 of Set 15 | Henrico
Processing Record 66 of Set 15 | Santa Claus
Processing Record 67 of Set 15 | Aliquippa
Processing Record 68 of Set 15 | zavalla
Processing Record 69 of Set 15 | Half Moon Bay
Processing Record 70 of Set 15 | Sierra vista
Processing Record 71 of Set 15 | Columbus
Processing Record 72 of Set 15 | Riverside
Processing Record 73 of Set 15 | Tucson
Processing Record 74 of Set 15 | Joplin
Processing Record 75 of Set 15 | Yuma
Processing Record 76 of Set 15 | Hudson
Processing Record 77 of Set 15 | Pell Lake
Processing Record 78 of Set 15 | Plymouth
Processing Record 79 of Set 15 | Wake Forest
Processing Record 80 of Set 15 | Florence
Processing Record 81 of Set 15 | Victor
Processing Record 82 of Set 15 | Warminster
Processing Record 83 of Set 15 | Shirley
Processing Record 84 of Set 15 | St Croix
Processing Record 85 of Set 15 | Maumee
Processing Record 86 of Set 15 | Little River
Processing Record 87 of Set 15 | Lexington
Processing Record 88 of Set 15 | Brooksville
Processing Record 89 of Set 15 | Virginia Beach
Processing Record 90 of Set 15 | Roswell
Processing Record 91 of Set 15 | Euharlee
Processing Record 92 of Set 15 | James Island
Processing Record 93 of Set 15 | El Paso
Processing Record 94 of Set 15 | St. Louis
Processing Record 95 of Set 15 | Palmetto
Processing Record 96 of Set 15 | Lewistown
Processing Record 97 of Set 15 | Aliquippa
Processing Record 98 of Set 15 | New York
Processing Record 99 of Set 15 | Chillicothe
Processing Record 100 of Set 15 | Freeport
Processing Record 1 of Set 16 | Sinton
Processing Record 2 of Set 16 | Baytown
Processing Record 3 of Set 16 | Newark
Processing Record 4 of Set 16 | Norfolk
Processing Record 5 of Set 16 | La Conchita
Processing Record 6 of Set 16 | Taunton
Processing Record 7 of Set 16 | st. clair
Processing Record 8 of Set 16 | Minneapolis
Processing Record 9 of Set 16 | Las Vegas
Processing Record 10 of Set 16 | Clovis
Processing Record 11 of Set 16 | Los Angeles
Processing Record 12 of Set 16 | Pekin
Processing Record 13 of Set 16 | Owatonna
Processing Record 14 of Set 16 | Meriden
Processing Record 15 of Set 16 | Shelby
Processing Record 16 of Set 16 | East Haddam
Processing Record 17 of Set 16 | Springfield
Processing Record 18 of Set 16 | Loudon
Processing Record 19 of Set 16 | Independence
Processing Record 20 of Set 16 | Wallagrass
Processing Record 21 of Set 16 | South Plainfield
Processing Record 22 of Set 16 | Mayfield Heights
Processing Record 23 of Set 16 | Sparrows Point
Processing Record 24 of Set 16 | Estes Park
Processing Record 25 of Set 16 | St. Louis
Processing Record 26 of Set 16 | Seymour
Processing Record 27 of Set 16 | Royal Palm Beach
Processing Record 28 of Set 16 | Hartford City
Processing Record 29 of Set 16 | North Charleston
Processing Record 30 of Set 16 | St. Clair
Processing Record 31 of Set 16 | Vineland
Processing Record 32 of Set 16 | Holladay
Processing Record 33 of Set 16 | Souderton
Processing Record 34 of Set 16 | Shelbyville
Processing Record 35 of Set 16 | Trimont
Processing Record 36 of Set 16 | Cambridge
Processing Record 37 of Set 16 | Albuquerque
Processing Record 38 of Set 16 | Cambridge
Processing Record 39 of Set 16 | Katy
Processing Record 40 of Set 16 | Estes Park
Processing Record 41 of Set 16 | River Falls
Processing Record 42 of Set 16 | Grand Blanc
Processing Record 43 of Set 16 | Irmo
Processing Record 44 of Set 16 | Oklahoma City
Processing Record 45 of Set 16 | Broken Arrow
Processing Record 46 of Set 16 | Bentonville
Processing Record 47 of Set 16 | Los Angeles
Processing Record 48 of Set 16 | Jacksonville
Processing Record 49 of Set 16 | Happy Valley
Processing Record 50 of Set 16 | Irmo
Processing Record 51 of Set 16 | Clearwater
Processing Record 52 of Set 16 | Wilmington
Processing Record 53 of Set 16 | Vadnais Heights
Processing Record 54 of Set 16 | Roseville
Processing Record 55 of Set 16 | Newport Beach
Processing Record 56 of Set 16 | Hope
Processing Record 57 of Set 16 | Raeford
Processing Record 58 of Set 16 | Easton
Processing Record 59 of Set 16 | Cincinnati
Processing Record 60 of Set 16 | Pleasanton
Processing Record 61 of Set 16 | Cherokee Village
Processing Record 62 of Set 16 | Cleveland
Processing Record 63 of Set 16 | Mcleansville
Processing Record 64 of Set 16 | Newburgh
Processing Record 65 of Set 16 | Alexandria
Processing Record 66 of Set 16 | Woolwich
Processing Record 67 of Set 16 | Phoenix
Processing Record 68 of Set 16 | Overland Park
Processing Record 69 of Set 16 | Mountlake Terrace
Processing Record 70 of Set 16 | Hornell
Processing Record 71 of Set 16 | Columbia
Processing Record 72 of Set 16 | Cary
Processing Record 73 of Set 16 | Wright city
Processing Record 74 of Set 16 | River Vale
Processing Record 75 of Set 16 | Buckeye
Processing Record 76 of Set 16 | New Port Richey
Processing Record 77 of Set 16 | Woodville
Processing Record 78 of Set 16 | Oswego
Processing Record 79 of Set 16 | Plymouth
Processing Record 80 of Set 16 | Woodstock
Processing Record 81 of Set 16 | Largo
Processing Record 82 of Set 16 | Redmond
Processing Record 83 of Set 16 | Redmond
Processing Record 84 of Set 16 | Bardstown
Processing Record 85 of Set 16 | Bardstown
Processing Record 86 of Set 16 | Newington
Processing Record 87 of Set 16 | Wilmington
Processing Record 88 of Set 16 | Lexington
Processing Record 89 of Set 16 | Phoenix
Processing Record 90 of Set 16 | Nitro
Processing Record 91 of Set 16 | Ruskin
Processing Record 92 of Set 16 | Shelton
Processing Record 93 of Set 16 | Hanover
Processing Record 94 of Set 16 | Indianapolis
Processing Record 95 of Set 16 | Kenna
Processing Record 96 of Set 16 | Kenna
Processing Record 97 of Set 16 | Indianapolis
Processing Record 98 of Set 16 | Hubbard
Processing Record 99 of Set 16 | Sims
Processing Record 100 of Set 16 | Russellville
Processing Record 1 of Set 17 | Toledo
Processing Record 2 of Set 17 | Lake Harmony
Processing Record 3 of Set 17 | Metairie
Processing Record 4 of Set 17 | Ranchos de Taos
Processing Record 5 of Set 17 | Pawleys Island
Processing Record 6 of Set 17 | Oceanside
Processing Record 7 of Set 17 | Netcong
Processing Record 8 of Set 17 | Eureka
Processing Record 9 of Set 17 | Chicago
Processing Record 10 of Set 17 | Tybee Island
Processing Record 11 of Set 17 | nan
Processing Record 12 of Set 17 | Oakdale
Processing Record 13 of Set 17 | Happy Valley
Processing Record 14 of Set 17 | Kittanning
Processing Record 15 of Set 17 | Utica
Processing Record 16 of Set 17 | Palm Springs
Processing Record 17 of Set 17 | Lago Vista
Processing Record 18 of Set 17 | Santa Clara
Processing Record 19 of Set 17 | Mountlake Terrace
Processing Record 20 of Set 17 | Ventura
Processing Record 21 of Set 17 | Ventura
Processing Record 22 of Set 17 | Valrico
Processing Record 23 of Set 17 | Mount Holly
Processing Record 24 of Set 17 | Girard
Processing Record 25 of Set 17 | nan
Processing Record 26 of Set 17 | Hampstead
Processing Record 27 of Set 17 | Show Low
Processing Record 28 of Set 17 | elsinore
Processing Record 29 of Set 17 | Pine hill
Processing Record 30 of Set 17 | Woonsocket (North Smithfield)
Processing Record 31 of Set 17 | Williams Township
Processing Record 32 of Set 17 | Northbrook
Processing Record 33 of Set 17 | Snohomish
Processing Record 34 of Set 17 | Sevierville
Processing Record 35 of Set 17 | Manchester
Processing Record 36 of Set 17 | Alexandria
Processing Record 37 of Set 17 | O'Fallon
Processing Record 38 of Set 17 | Pico Rivera
Processing Record 39 of Set 17 | New Bedford
Processing Record 40 of Set 17 | Palmyra
Processing Record 41 of Set 17 | Gainesville
Processing Record 42 of Set 17 | Indianola/Canadian (between)
Processing Record 43 of Set 17 | Spicewood
Processing Record 44 of Set 17 | Wilkesboro
Processing Record 45 of Set 17 | Wild Rose
Processing Record 46 of Set 17 | Dunbar
Processing Record 47 of Set 17 | Creve Coeur
Processing Record 48 of Set 17 | Marion
Processing Record 49 of Set 17 | Pembroke Pines
Processing Record 50 of Set 17 | Milwaukee
Processing Record 51 of Set 17 | Norwood
Processing Record 52 of Set 17 | Columbus
Processing Record 53 of Set 17 | Columbus
Processing Record 54 of Set 17 | Milaca
Processing Record 55 of Set 17 | Florence
Processing Record 56 of Set 17 | Westerville
Processing Record 57 of Set 17 | Olympia
Processing Record 58 of Set 17 | Pocono PInes
Processing Record 59 of Set 17 | Bend
Processing Record 60 of Set 17 | Stephens City
Processing Record 61 of Set 17 | Kingston
Processing Record 62 of Set 17 | Bandon
Processing Record 63 of Set 17 | Sheridan
Processing Record 64 of Set 17 | Belgrade
Processing Record 65 of Set 17 | Arlington
Processing Record 66 of Set 17 | Oroville
Processing Record 67 of Set 17 | Coon Rapids
Processing Record 68 of Set 17 | New Bern
Processing Record 69 of Set 17 | Haiku
Processing Record 70 of Set 17 | Thomson
Processing Record 71 of Set 17 | Claremore
Processing Record 72 of Set 17 | Orange
Processing Record 73 of Set 17 | Ashville
Processing Record 74 of Set 17 | Scottsdale
Processing Record 75 of Set 17 | Kapolei (Honolulu)
Processing Record 76 of Set 17 | Chilton
Processing Record 77 of Set 17 | Raleigh
Processing Record 78 of Set 17 | Sarasota
Processing Record 79 of Set 17 | Doyline
Processing Record 80 of Set 17 | nan
Processing Record 81 of Set 17 | Neosho
Processing Record 82 of Set 17 | Piedmont
Processing Record 83 of Set 17 | Wichita
Processing Record 84 of Set 17 | Madison
Processing Record 85 of Set 17 | Springfield
Processing Record 86 of Set 17 | Santa Claus
Processing Record 87 of Set 17 | San Bernardino
Processing Record 88 of Set 17 | Durham
Processing Record 89 of Set 17 | Canyon Country
Processing Record 90 of Set 17 | Pocatello
Processing Record 91 of Set 17 | Stockton
Processing Record 92 of Set 17 | Coon Valley
Processing Record 93 of Set 17 | Rio
Processing Record 94 of Set 17 | Crete
Processing Record 95 of Set 17 | Boscobel
Processing Record 96 of Set 17 | Winnetoon
Processing Record 97 of Set 17 | Ottawa
Processing Record 98 of Set 17 | Marthasville
Processing Record 99 of Set 17 | Springfield
Processing Record 100 of Set 17 | Iola
Processing Record 1 of Set 18 | Burlington
Processing Record 2 of Set 18 | Bonduel
Processing Record 3 of Set 18 | Moody
Processing Record 4 of Set 18 | Gaylord
Processing Record 5 of Set 18 | Reno
Processing Record 6 of Set 18 | Rich Hill
Processing Record 7 of Set 18 | Pataskala
Processing Record 8 of Set 18 | Erie
Processing Record 9 of Set 18 | Kirksville
Processing Record 10 of Set 18 | Citrus Heights
Processing Record 11 of Set 18 | Marysville
Processing Record 12 of Set 18 | Falcon
Processing Record 13 of Set 18 | Brighton
Processing Record 14 of Set 18 | Boulder
Processing Record 15 of Set 18 | Pensacola
Processing Record 16 of Set 18 | Walker
Processing Record 17 of Set 18 | Mt. Vernon
Processing Record 18 of Set 18 | Bellevue
Processing Record 19 of Set 18 | Lubbock
Processing Record 20 of Set 18 | Florissant
Processing Record 21 of Set 18 | Prospect
Processing Record 22 of Set 18 | Highlands Ranch
Processing Record 23 of Set 18 | Woodfords
Processing Record 24 of Set 18 | Fall River
Processing Record 25 of Set 18 | New Cumberland
Processing Record 26 of Set 18 | Eden Prairie
Processing Record 27 of Set 18 | Kathleen
Processing Record 28 of Set 18 | Mesa
Processing Record 29 of Set 18 | Knoxville
Processing Record 30 of Set 18 | Sioux Falls
Processing Record 31 of Set 18 | Tuscan
Processing Record 32 of Set 18 | Onalaska
Processing Record 33 of Set 18 | Calhan
Processing Record 34 of Set 18 | Jonesboro
Processing Record 35 of Set 18 | Trimont
Processing Record 36 of Set 18 | chicago
Processing Record 37 of Set 18 | Tucson
Processing Record 38 of Set 18 | Glendale
Processing Record 39 of Set 18 | Lake Havasu City
Processing Record 40 of Set 18 | Tucson
Processing Record 41 of Set 18 | Springtown
Processing Record 42 of Set 18 | Garland
Processing Record 43 of Set 18 | Virginia Beach
Processing Record 44 of Set 18 | Highlands Ranch
Processing Record 45 of Set 18 | East mesa
Processing Record 46 of Set 18 | Palm Springs
Processing Record 47 of Set 18 | Pinetop
Processing Record 48 of Set 18 | Bakersfield
Processing Record 49 of Set 18 | Bouse
Processing Record 50 of Set 18 | Raynham
Processing Record 51 of Set 18 | Homeland
Processing Record 52 of Set 18 | Woodland Hills
Processing Record 53 of Set 18 | Henderson
Processing Record 54 of Set 18 | Raymond
Processing Record 55 of Set 18 | Leaving Pensacola 30-45 mins outside of Pensacola
Processing Record 56 of Set 18 | Great Neck
Processing Record 57 of Set 18 | Lusby
Processing Record 58 of Set 18 | Lawton
Processing Record 59 of Set 18 | Brandon
Processing Record 60 of Set 18 | mohave valley
Processing Record 61 of Set 18 | Bradley
Processing Record 62 of Set 18 | Wataga
Processing Record 63 of Set 18 | Spencerville
Processing Record 64 of Set 18 | Lebanon
Processing Record 65 of Set 18 | Wayne
Processing Record 66 of Set 18 | Holland
Processing Record 67 of Set 18 | Freehold
Processing Record 68 of Set 18 | Alexandria
Processing Record 69 of Set 18 | Apollo Beach
Processing Record 70 of Set 18 | Largo
Processing Record 71 of Set 18 | Largo
Processing Record 72 of Set 18 | Soperton
Processing Record 73 of Set 18 | Lutz
Processing Record 74 of Set 18 | Spring Hill
Processing Record 75 of Set 18 | Cape Coral
Processing Record 76 of Set 18 | Holiday
Processing Record 77 of Set 18 | Noble
Processing Record 78 of Set 18 | Noble
Processing Record 79 of Set 18 | Poway
Processing Record 80 of Set 18 | Stanwood
Processing Record 81 of Set 18 | Angola
Processing Record 82 of Set 18 | Sonoma
Processing Record 83 of Set 18 | Manchester
Processing Record 84 of Set 18 | Morgan hill
Processing Record 85 of Set 18 | Rexburg
Processing Record 86 of Set 18 | patchogue village
Processing Record 87 of Set 18 | Warrenton
Processing Record 88 of Set 18 | Visalia
Processing Record 89 of Set 18 | New Port Richey
Processing Record 90 of Set 18 | Arlington
Processing Record 91 of Set 18 | Daphne
Processing Record 92 of Set 18 | Magnolia
Processing Record 93 of Set 18 | Lindsay
Processing Record 94 of Set 18 | Enfield
Processing Record 95 of Set 18 | Norwood
Processing Record 96 of Set 18 | Raymondville
Processing Record 97 of Set 18 | La Feria
Processing Record 98 of Set 18 | Wendell
Processing Record 99 of Set 18 | Lancaster
Processing Record 100 of Set 18 | Claremont
Processing Record 1 of Set 19 | Seattle
Processing Record 2 of Set 19 | Tigard
Processing Record 3 of Set 19 | Olympia
Processing Record 4 of Set 19 | Cibola
Processing Record 5 of Set 19 | Grants Pass
Processing Record 6 of Set 19 | Santa Clarita
Processing Record 7 of Set 19 | Merritt Island
Processing Record 8 of Set 19 | Tonopah
Processing Record 9 of Set 19 | Green bay
Processing Record 10 of Set 19 | Candor
Processing Record 11 of Set 19 | Jonesboro
Processing Record 12 of Set 19 | Jacksonville
Processing Record 13 of Set 19 | Corpus Christi
Processing Record 14 of Set 19 | Lake Las Vegas
Processing Record 15 of Set 19 | Florence
Processing Record 16 of Set 19 | Princeton
Processing Record 17 of Set 19 | nan
Processing Record 18 of Set 19 | Mountlake Terrace
Processing Record 19 of Set 19 | Mobile
Processing Record 20 of Set 19 | Nitro, buffalo & saint Albany’s West Virginia
Processing Record 21 of Set 19 | White Lake
Processing Record 22 of Set 19 | Lyons
Processing Record 23 of Set 19 | Jegferson City
Processing Record 24 of Set 19 | San Francisco
Processing Record 25 of Set 19 | Sanford
Processing Record 26 of Set 19 | Sandy Springs
Processing Record 27 of Set 19 | Newburgh
Processing Record 28 of Set 19 | Marietta
Processing Record 29 of Set 19 | Boise
Processing Record 30 of Set 19 | La Quinta
Processing Record 31 of Set 19 | Johnstown
Processing Record 32 of Set 19 | Des Moines
Processing Record 33 of Set 19 | Springfield
Processing Record 34 of Set 19 | Fort McDowell looking toward Phoenix
Processing Record 35 of Set 19 | Bellevue
Processing Record 36 of Set 19 | Dawsonville
Processing Record 37 of Set 19 | Jekyll Island
Processing Record 38 of Set 19 | Reseda
Processing Record 39 of Set 19 | Cambridge
Processing Record 40 of Set 19 | Norris City
Processing Record 41 of Set 19 | Alliance
Processing Record 42 of Set 19 | Denver
Processing Record 43 of Set 19 | McKinney
Processing Record 44 of Set 19 | Farmington Hills
Processing Record 45 of Set 19 | Butler
Processing Record 46 of Set 19 | Havana
City not found. Skipping...
Processing Record 47 of Set 19 | Elwood
Processing Record 48 of Set 19 | Waco
Processing Record 49 of Set 19 | Lake Stevens
Processing Record 50 of Set 19 | Swannanoa
Processing Record 51 of Set 19 | Heber City
Processing Record 52 of Set 19 | Alexandria
Processing Record 53 of Set 19 | Dearborn
Processing Record 54 of Set 19 | Benson
Processing Record 55 of Set 19 | Tarentum
Processing Record 56 of Set 19 | Palms Springs
Processing Record 57 of Set 19 | Northbrook
Processing Record 58 of Set 19 | Cumming
Processing Record 59 of Set 19 | Dzilth-na-o-dithle
Processing Record 60 of Set 19 | Danville
Processing Record 61 of Set 19 | Jackson
Processing Record 62 of Set 19 | Auburn
Processing Record 63 of Set 19 | Glendale
Processing Record 64 of Set 19 | Memphis
Processing Record 65 of Set 19 | Fort Wayne
Processing Record 66 of Set 19 | Eugene
Processing Record 67 of Set 19 | Apopka
Processing Record 68 of Set 19 | York
Processing Record 69 of Set 19 | Belmont
Processing Record 70 of Set 19 | Bridgeport
Processing Record 71 of Set 19 | Fort Davis/Marfa
Processing Record 72 of Set 19 | Exeter
Processing Record 73 of Set 19 | New York City
Processing Record 74 of Set 19 | Orland
Processing Record 75 of Set 19 | Farmington Hills
Processing Record 76 of Set 19 | Santa Fe
Processing Record 77 of Set 19 | Lafayette
Processing Record 78 of Set 19 | Queen Creek
Processing Record 79 of Set 19 | Saratoga Springs
Processing Record 80 of Set 19 | Niles
Processing Record 81 of Set 19 | Cabot
Processing Record 82 of Set 19 | Indio
Processing Record 83 of Set 19 | Corte Madera-Tiburon
Processing Record 84 of Set 19 | Maplewood
Processing Record 85 of Set 19 | Hermon
Processing Record 86 of Set 19 | Waynesboro
Processing Record 87 of Set 19 | Redding
Processing Record 88 of Set 19 | Star
Processing Record 89 of Set 19 | Gainesboro
Processing Record 90 of Set 19 | Berthoud
Processing Record 91 of Set 19 | Wahoo
Processing Record 92 of Set 19 | Ocotillo Wells
Processing Record 93 of Set 19 | Oro Grande
Processing Record 94 of Set 19 | Miami
Processing Record 95 of Set 19 | Newburgh
Processing Record 96 of Set 19 | Suffield
Processing Record 97 of Set 19 | Evergreen
Processing Record 98 of Set 19 | Portland
Processing Record 99 of Set 19 | Helotes
Processing Record 100 of Set 19 | Bullhead City
Processing Record 1 of Set 20 | East Greenwich
Processing Record 2 of Set 20 | Paterson
Processing Record 3 of Set 20 | Boise
Processing Record 4 of Set 20 | Evansville
Processing Record 5 of Set 20 | Eugene
Processing Record 6 of Set 20 | Morehead
Processing Record 7 of Set 20 | Vienna
Processing Record 8 of Set 20 | Los Angeles
Processing Record 9 of Set 20 | Milwaukie
Processing Record 10 of Set 20 | Tarboro
Processing Record 11 of Set 20 | Norman
Processing Record 12 of Set 20 | Ellijay
Processing Record 13 of Set 20 | Wichita
Processing Record 14 of Set 20 | Palm Beach
Processing Record 15 of Set 20 | Haliewa
Processing Record 16 of Set 20 | Scottsdale
Processing Record 17 of Set 20 | Lowell
Processing Record 18 of Set 20 | Pembroke
Processing Record 19 of Set 20 | Palistine
Processing Record 20 of Set 20 | Lowell
Processing Record 21 of Set 20 | Franklin
Processing Record 22 of Set 20 | Palm Springs
Processing Record 23 of Set 20 | Sanford
Processing Record 24 of Set 20 | Indianapolis
Processing Record 25 of Set 20 | Central U.S.
Processing Record 26 of Set 20 | Lahaina
Processing Record 27 of Set 20 | Kapaau
Processing Record 28 of Set 20 | Lahaina
Processing Record 29 of Set 20 | El Pescadero
Processing Record 30 of Set 20 | Kona
Processing Record 31 of Set 20 | Kahuku
Processing Record 32 of Set 20 | Chickasha
Processing Record 33 of Set 20 | Lago Vista
Processing Record 34 of Set 20 | Manor
Processing Record 35 of Set 20 | Omaha
Processing Record 36 of Set 20 | Shreveport
Processing Record 37 of Set 20 | Bokoshe
Processing Record 38 of Set 20 | Carr Lane
Processing Record 39 of Set 20 | Midlothian
Processing Record 40 of Set 20 | Austin
Processing Record 41 of Set 20 | Tuttle
Processing Record 42 of Set 20 | Norman
Processing Record 43 of Set 20 | La Quinta
Processing Record 44 of Set 20 | Locust Grove
Processing Record 45 of Set 20 | Placentia
Processing Record 46 of Set 20 | Brooksville
Processing Record 47 of Set 20 | Gustine
Processing Record 48 of Set 20 | Marietta
Processing Record 49 of Set 20 | Monroe
Processing Record 50 of Set 20 | 5 miles of J six highway 10
Processing Record 51 of Set 20 | Waiehu
Processing Record 52 of Set 20 | Palmdale
Processing Record 53 of Set 20 | Aliquippa
Processing Record 54 of Set 20 | Goffstown
Processing Record 55 of Set 20 | Alexandria
Processing Record 56 of Set 20 | Washington
Processing Record 57 of Set 20 | Denver
Processing Record 58 of Set 20 | Roosevelt lake
Processing Record 59 of Set 20 | El Paso
Processing Record 60 of Set 20 | Fort Seward
Processing Record 61 of Set 20 | Phoenix
Processing Record 62 of Set 20 | Globe
Processing Record 63 of Set 20 | Mesa
Processing Record 64 of Set 20 | Eagar
Processing Record 65 of Set 20 | Las Vegas
Processing Record 66 of Set 20 | Blountstown
Processing Record 67 of Set 20 | Wellton
Processing Record 68 of Set 20 | Tucson
Processing Record 69 of Set 20 | Mesa
Processing Record 70 of Set 20 | Topeka
Processing Record 71 of Set 20 | Quartzsite
Processing Record 72 of Set 20 | Princess Anne
Processing Record 73 of Set 20 | Gold Canyon
Processing Record 74 of Set 20 | Darien
Processing Record 75 of Set 20 | Florence
Processing Record 76 of Set 20 | Tucson
Processing Record 77 of Set 20 | Peoria
Processing Record 78 of Set 20 | Newberry Springs
Processing Record 79 of Set 20 | Yuma
Processing Record 80 of Set 20 | Maricopa
Processing Record 81 of Set 20 | Tucson
Processing Record 82 of Set 20 | Blythe
Processing Record 83 of Set 20 | Lake Havasu
Processing Record 84 of Set 20 | Concho
Processing Record 85 of Set 20 | Lake Havasu
Processing Record 86 of Set 20 | Tucson
Processing Record 87 of Set 20 | Show Low
Processing Record 88 of Set 20 | Mechanicsville
Processing Record 89 of Set 20 | Chatsworth
Processing Record 90 of Set 20 | DeFuniak Springs
Processing Record 91 of Set 20 | Butler
Processing Record 92 of Set 20 | Bellmore
Processing Record 93 of Set 20 | Pioneertown
Processing Record 94 of Set 20 | Chula Vista
Processing Record 95 of Set 20 | Palm Desert
Processing Record 96 of Set 20 | La Quinta
Processing Record 97 of Set 20 | Hemet
Processing Record 98 of Set 20 | Playa Vista
Processing Record 99 of Set 20 | Madera
Processing Record 100 of Set 20 | Westminster
Processing Record 1 of Set 21 | Chula Vista
Processing Record 2 of Set 21 | Canyon Lake
Processing Record 3 of Set 21 | San Jose
Processing Record 4 of Set 21 | Coto De Caza
Processing Record 5 of Set 21 | Redlands
Processing Record 6 of Set 21 | Fairfield
Processing Record 7 of Set 21 | FairPlay
Processing Record 8 of Set 21 | San Diego
Processing Record 9 of Set 21 | San Diego
Processing Record 10 of Set 21 | Fair play
Processing Record 11 of Set 21 | Borrego Springs
Processing Record 12 of Set 21 | Lake los angeles
Processing Record 13 of Set 21 | Dutton
Processing Record 14 of Set 21 | Chesapeake
Processing Record 15 of Set 21 | Marina
Processing Record 16 of Set 21 | Warrenton
Processing Record 17 of Set 21 | Lumberport
Processing Record 18 of Set 21 | Columbus
Processing Record 19 of Set 21 | Phoenix/Avondale/Suprise
Processing Record 20 of Set 21 | North Platte
Processing Record 21 of Set 21 | Deer Park
Processing Record 22 of Set 21 | Trinidad
Processing Record 23 of Set 21 | Woodbine
Processing Record 24 of Set 21 | nan
Processing Record 25 of Set 21 | Nampa
Processing Record 26 of Set 21 | Big Bear Lake
Processing Record 27 of Set 21 | Bunn
Processing Record 28 of Set 21 | Jonesboro
Processing Record 29 of Set 21 | Milwaukee
Processing Record 30 of Set 21 | Sturbridge
Processing Record 31 of Set 21 | Cocolalla
Processing Record 32 of Set 21 | Toledo
Processing Record 33 of Set 21 | Lafayette
Processing Record 34 of Set 21 | Byron
Processing Record 35 of Set 21 | Silverhilll
Processing Record 36 of Set 21 | Woodcliff Lake
Processing Record 37 of Set 21 | Tahlequah
Processing Record 38 of Set 21 | Guilford
Processing Record 39 of Set 21 | Yuba city
Processing Record 40 of Set 21 | Castle Rock
Processing Record 41 of Set 21 | Royal oaks
Processing Record 42 of Set 21 | WELLS
Processing Record 43 of Set 21 | San jose
Processing Record 44 of Set 21 | Scandia
Processing Record 45 of Set 21 | Pensacola
Processing Record 46 of Set 21 | Yakima
Processing Record 47 of Set 21 | Nashua
Processing Record 48 of Set 21 | Louisville
Processing Record 49 of Set 21 | Smyrna
Processing Record 50 of Set 21 | Milwaukee
Processing Record 51 of Set 21 | Saint Johns
Processing Record 52 of Set 21 | Helotes
Processing Record 53 of Set 21 | Shreveport
Processing Record 54 of Set 21 | Hollywood
Processing Record 55 of Set 21 | Apex
Processing Record 56 of Set 21 | Lawton
Processing Record 57 of Set 21 | Pensacola
Processing Record 58 of Set 21 | Nashville
Processing Record 59 of Set 21 | LaPorte
Processing Record 60 of Set 21 | Simpsonville
Processing Record 61 of Set 21 | Simpsonville
Processing Record 62 of Set 21 | Imperial
Processing Record 63 of Set 21 | The Colony
Processing Record 64 of Set 21 | San Diego
Processing Record 65 of Set 21 | Northbrook
Processing Record 66 of Set 21 | Hawthorne
Processing Record 67 of Set 21 | Evansville
Processing Record 68 of Set 21 | Tulsa
Processing Record 69 of Set 21 | Kansas City
Processing Record 70 of Set 21 | Fort Lauderdale
Processing Record 71 of Set 21 | Laurence Harbor
Processing Record 72 of Set 21 | Chandler
Processing Record 73 of Set 21 | Mt. Gildead
Processing Record 74 of Set 21 | Galloway
Processing Record 75 of Set 21 | North Port
Processing Record 76 of Set 21 | Philadelphia
Processing Record 77 of Set 21 | Surprise
Processing Record 78 of Set 21 | Sheboygan
Processing Record 79 of Set 21 | Baltimore
Processing Record 80 of Set 21 | Downey
Processing Record 81 of Set 21 | Mcenry
Processing Record 82 of Set 21 | Mesa
Processing Record 83 of Set 21 | Maurice River
Processing Record 84 of Set 21 | Vancouver
Processing Record 85 of Set 21 | Aurora
Processing Record 86 of Set 21 | San Tan Valley
Processing Record 87 of Set 21 | Norton
Processing Record 88 of Set 21 | Liberty
Processing Record 89 of Set 21 | Apache Junction
Processing Record 90 of Set 21 | Santa Claus
Processing Record 91 of Set 21 | Seattle
Processing Record 92 of Set 21 | Radcliff
Processing Record 93 of Set 21 | Mountlake Terrace
Processing Record 94 of Set 21 | Yakima
Processing Record 95 of Set 21 | Pensacola
Processing Record 96 of Set 21 | Middleton
Processing Record 97 of Set 21 | Unionville
Processing Record 98 of Set 21 | Coatesville
Processing Record 99 of Set 21 | South Park
Processing Record 100 of Set 21 | Snellville
Processing Record 1 of Set 22 | Ellijay
Processing Record 2 of Set 22 | Newburgh
Processing Record 3 of Set 22 | Warrenton
Processing Record 4 of Set 22 | Marietta
Processing Record 5 of Set 22 | Lawrenceville
Processing Record 6 of Set 22 | Vineland
Processing Record 7 of Set 22 | Saint Clair Shores
Processing Record 8 of Set 22 | Dudley
Processing Record 9 of Set 22 | Southport
Processing Record 10 of Set 22 | Shrewsbury
Processing Record 11 of Set 22 | Gilbert
Processing Record 12 of Set 22 | Chicago
Processing Record 13 of Set 22 | Henderson
Processing Record 14 of Set 22 | Pittsburgh, Hazelwood
Processing Record 15 of Set 22 | Buckeye
Processing Record 16 of Set 22 | Marysville
Processing Record 17 of Set 22 | Seattle
Processing Record 18 of Set 22 | Danville
Processing Record 19 of Set 22 | Stillwater
Processing Record 20 of Set 22 | Colchester
Processing Record 21 of Set 22 | Blueash
Processing Record 22 of Set 22 | Morehead City
Processing Record 23 of Set 22 | Mountlake Terrace
Processing Record 24 of Set 22 | Long lane
Processing Record 25 of Set 22 | Stanley
Processing Record 26 of Set 22 | Hope Mills
Processing Record 27 of Set 22 | Springhill
Processing Record 28 of Set 22 | Barneveld
Processing Record 29 of Set 22 | Branford
Processing Record 30 of Set 22 | Bridgeport
Processing Record 31 of Set 22 | Big Rock
Processing Record 32 of Set 22 | Shelton
Processing Record 33 of Set 22 | Emerson
Processing Record 34 of Set 22 | Yorba Linda
Processing Record 35 of Set 22 | Sherrard
Processing Record 36 of Set 22 | Vancouver
Processing Record 37 of Set 22 | Utah
Processing Record 38 of Set 22 | El Paso
Processing Record 39 of Set 22 | Grandhaven
Processing Record 40 of Set 22 | Cotter
Processing Record 41 of Set 22 | Warsaw (outside of)
Processing Record 42 of Set 22 | Bay Shore
Processing Record 43 of Set 22 | Baldwin
Processing Record 44 of Set 22 | Estes Park
Processing Record 45 of Set 22 | Richmond
Processing Record 46 of Set 22 | Waddy (near)
Processing Record 47 of Set 22 | Goodspring
Processing Record 48 of Set 22 | Destin
Processing Record 49 of Set 22 | Collinsville
Processing Record 50 of Set 22 | Newburgh
Processing Record 51 of Set 22 | Studio City
Processing Record 52 of Set 22 | Marietta
Processing Record 53 of Set 22 | Dana point
Processing Record 54 of Set 22 | Hunting Beach
Processing Record 55 of Set 22 | Sumpter
Processing Record 56 of Set 22 | Norwich
Processing Record 57 of Set 22 | Taylors
Processing Record 58 of Set 22 | Whittier
Processing Record 59 of Set 22 | Delavan
Processing Record 60 of Set 22 | Marshfield
Processing Record 61 of Set 22 | West Palm Beach
Processing Record 62 of Set 22 | Hicksvllie
Processing Record 63 of Set 22 | Greenville
Processing Record 64 of Set 22 | Erie
Processing Record 65 of Set 22 | Hampton
Processing Record 66 of Set 22 | Kingsport
Processing Record 67 of Set 22 | Henderson
Processing Record 68 of Set 22 | Elmwood Park
Processing Record 69 of Set 22 | Mountlake Terrace
Processing Record 70 of Set 22 | Billerica
Processing Record 71 of Set 22 | Newburgh
Processing Record 72 of Set 22 | Oklahoma City
Processing Record 73 of Set 22 | Tacoma
Processing Record 74 of Set 22 | Santa Claus
Processing Record 75 of Set 22 | Athol
Processing Record 76 of Set 22 | Norris City
Processing Record 77 of Set 22 | North Charleston
Processing Record 78 of Set 22 | Annandale
Processing Record 79 of Set 22 | Naples
Processing Record 80 of Set 22 | San Dimas
Processing Record 81 of Set 22 | Roswell
Processing Record 82 of Set 22 | Clinton
Processing Record 83 of Set 22 | Berkeley Springs
Processing Record 84 of Set 22 | Nashville
Processing Record 85 of Set 22 | Harrison
Processing Record 86 of Set 22 | Antigo
Processing Record 87 of Set 22 | Lithia
Processing Record 88 of Set 22 | Bass Lake
Processing Record 89 of Set 22 | Boone
Processing Record 90 of Set 22 | harrington
Processing Record 91 of Set 22 | Anderson
Processing Record 92 of Set 22 | Webberville area (above)
Processing Record 93 of Set 22 | El Paso
Processing Record 94 of Set 22 | Orange
Processing Record 95 of Set 22 | Stewartstown
Processing Record 96 of Set 22 | Williamson Valley
Processing Record 97 of Set 22 | Newington
Processing Record 98 of Set 22 | Columbus
Processing Record 99 of Set 22 | Dane
Processing Record 100 of Set 22 | Divide
Processing Record 1 of Set 23 | Astoria
Processing Record 2 of Set 23 | Alhambra
Processing Record 3 of Set 23 | Fort Gibson
Processing Record 4 of Set 23 | Fort Worth
Processing Record 5 of Set 23 | Wichita
Processing Record 6 of Set 23 | Carlsbad
Processing Record 7 of Set 23 | Florence
Processing Record 8 of Set 23 | Post Falls
Processing Record 9 of Set 23 | North Royalton
Processing Record 10 of Set 23 | Bear
Processing Record 11 of Set 23 | Albany
Processing Record 12 of Set 23 | Topeka
Processing Record 13 of Set 23 | Eagle River
Processing Record 14 of Set 23 | Perris
Processing Record 15 of Set 23 | Saint Paul
Processing Record 16 of Set 23 | San Pedro
Processing Record 17 of Set 23 | New York
Processing Record 18 of Set 23 | Loveland
Processing Record 19 of Set 23 | Annandale
Processing Record 20 of Set 23 | Sparks
Processing Record 21 of Set 23 | Gardena
Processing Record 22 of Set 23 | Woodruff
Processing Record 23 of Set 23 | Sammamish
Processing Record 24 of Set 23 | Thurmont
Processing Record 25 of Set 23 | Coconut Creek
Processing Record 26 of Set 23 | East Berlin
Processing Record 27 of Set 23 | Roy
Processing Record 28 of Set 23 | Lynnwood
Processing Record 29 of Set 23 | Youngstown
Processing Record 30 of Set 23 | Marietta
Processing Record 31 of Set 23 | Boise
Processing Record 32 of Set 23 | Albuquerque
Processing Record 33 of Set 23 | Lubbock
Processing Record 34 of Set 23 | Lake Worth
Processing Record 35 of Set 23 | Odessa
Processing Record 36 of Set 23 | Wilmington
Processing Record 37 of Set 23 | Georgetown
Processing Record 38 of Set 23 | Spencerville
Processing Record 39 of Set 23 | Forest Lake
Processing Record 40 of Set 23 | Mountlake Terrace
Processing Record 41 of Set 23 | Amity
Processing Record 42 of Set 23 | Morriston
Processing Record 43 of Set 23 | Baldwinsville
Processing Record 44 of Set 23 | Portland
Processing Record 45 of Set 23 | Post Falls
Processing Record 46 of Set 23 | Mesa
Processing Record 47 of Set 23 | Portland
Processing Record 48 of Set 23 | Alexandria
Processing Record 49 of Set 23 | Wemme
Processing Record 50 of Set 23 | Williamsport
Processing Record 51 of Set 23 | Cleveland
Processing Record 52 of Set 23 | San Diego
Processing Record 53 of Set 23 | Sherman Oaks
Processing Record 54 of Set 23 | Salt Lake City
Processing Record 55 of Set 23 | Eagle Mountain
Processing Record 56 of Set 23 | Woodbine
Processing Record 57 of Set 23 | New York
Processing Record 58 of Set 23 | Phillipsville
Processing Record 59 of Set 23 | Mays Landing
Processing Record 60 of Set 23 | Mays Landing
Processing Record 61 of Set 23 | Tulsa
Processing Record 62 of Set 23 | Crystal Lake
Processing Record 63 of Set 23 | Margate
Processing Record 64 of Set 23 | Anderson
Processing Record 65 of Set 23 | Vancouver
Processing Record 66 of Set 23 | Cody
Processing Record 67 of Set 23 | Norfolk
Processing Record 68 of Set 23 | Bagdad/Prescott
Processing Record 69 of Set 23 | Warsaw
Processing Record 70 of Set 23 | Pacifica
Processing Record 71 of Set 23 | Portland
Processing Record 72 of Set 23 | Mira Loma
Processing Record 73 of Set 23 | Estes Park
Processing Record 74 of Set 23 | Duarte
Processing Record 75 of Set 23 | Land O'Lakes
Processing Record 76 of Set 23 | Ocala
Processing Record 77 of Set 23 | Siloam
Processing Record 78 of Set 23 | Utica
Processing Record 79 of Set 23 | Lewisville
Processing Record 80 of Set 23 | Albuquerque
Processing Record 81 of Set 23 | Elroy
Processing Record 82 of Set 23 | Elroy
Processing Record 83 of Set 23 | Corvallis
Processing Record 84 of Set 23 | Waukesha
Processing Record 85 of Set 23 | Albany
Processing Record 86 of Set 23 | Madison
Processing Record 87 of Set 23 | Holden
Processing Record 88 of Set 23 | Homer
Processing Record 89 of Set 23 | Broke.n arrow
Processing Record 90 of Set 23 | Orland Park
Processing Record 91 of Set 23 | Sublette
Processing Record 92 of Set 23 | West Point
Processing Record 93 of Set 23 | Berlin
Processing Record 94 of Set 23 | Baxter Springs
Processing Record 95 of Set 23 | Myrtle Beach
Processing Record 96 of Set 23 | Philadelphia
Processing Record 97 of Set 23 | Sheridan
Processing Record 98 of Set 23 | Milton
Processing Record 99 of Set 23 | Eden Angola
Processing Record 100 of Set 23 | Sunapee
Processing Record 1 of Set 24 | Lesage
Processing Record 2 of Set 24 | Port Angeles
Processing Record 3 of Set 24 | Gilbert
Processing Record 4 of Set 24 | Gilbert
Processing Record 5 of Set 24 | Monroe
Processing Record 6 of Set 24 | Porterville
Processing Record 7 of Set 24 | Minneapolis
Processing Record 8 of Set 24 | Apex
Processing Record 9 of Set 24 | Bar Nunn
Processing Record 10 of Set 24 | Homer
Processing Record 11 of Set 24 | Pittsfield
Processing Record 12 of Set 24 | Watsonville
Processing Record 13 of Set 24 | Neenah
Processing Record 14 of Set 24 | Monroe Township
Processing Record 15 of Set 24 | Catonsville
Processing Record 16 of Set 24 | Irmo
Processing Record 17 of Set 24 | Gurley
Processing Record 18 of Set 24 | Warren
Processing Record 19 of Set 24 | Honesdale
Processing Record 20 of Set 24 | Dallas
Processing Record 21 of Set 24 | Roseville
Processing Record 22 of Set 24 | Davie
Processing Record 23 of Set 24 | Brighton
Processing Record 24 of Set 24 | North Little Rock
Processing Record 25 of Set 24 | West Hollywood
Processing Record 26 of Set 24 | Chester Springs
Processing Record 27 of Set 24 | Quincy
Processing Record 28 of Set 24 | Anaheim
Processing Record 29 of Set 24 | Palermo
Processing Record 30 of Set 24 | San Diego
Processing Record 31 of Set 24 | Fresno
Processing Record 32 of Set 24 | Carlsbad
Processing Record 33 of Set 24 | Beaver Falls
Processing Record 34 of Set 24 | nan
Processing Record 35 of Set 24 | nan
Processing Record 36 of Set 24 | Salt Lake City
Processing Record 37 of Set 24 | Goffstown
Processing Record 38 of Set 24 | Coon Valley
Processing Record 39 of Set 24 | Wichita
Processing Record 40 of Set 24 | Cambridge
Processing Record 41 of Set 24 | Green Valley
Processing Record 42 of Set 24 | Sandy Spring
Processing Record 43 of Set 24 | Santa Clarita
Processing Record 44 of Set 24 | Thornville
Processing Record 45 of Set 24 | Barham
Processing Record 46 of Set 24 | Gloucester
Processing Record 47 of Set 24 | Shoreline
Processing Record 48 of Set 24 | Herndon
Processing Record 49 of Set 24 | Warren
Processing Record 50 of Set 24 | Idaho Falls/Shelley
Processing Record 51 of Set 24 | San Jacinto
Processing Record 52 of Set 24 | Lincolnville
Processing Record 53 of Set 24 | Las Vegas (north of)
Processing Record 54 of Set 24 | Knoxville
Processing Record 55 of Set 24 | Poland
Processing Record 56 of Set 24 | Orleans
Processing Record 57 of Set 24 | Detroit
Processing Record 58 of Set 24 | Redding
Processing Record 59 of Set 24 | Haymarket
Processing Record 60 of Set 24 | Piedmont
Processing Record 61 of Set 24 | Daytona beach
Processing Record 62 of Set 24 | Haiku (Maui)
Processing Record 63 of Set 24 | Salome
Processing Record 64 of Set 24 | Manchester
Processing Record 65 of Set 24 | Columbus
Processing Record 66 of Set 24 | Springdale
Processing Record 67 of Set 24 | Chelsea
Processing Record 68 of Set 24 | Everett
Processing Record 69 of Set 24 | Salem
Processing Record 70 of Set 24 | Bloomfield hills
Processing Record 71 of Set 24 | Tiburon
Processing Record 72 of Set 24 | Biloxi
Processing Record 73 of Set 24 | North Myrtle Beach
Processing Record 74 of Set 24 | Toledo
Processing Record 75 of Set 24 | Alma
Processing Record 76 of Set 24 | West Sacramento
Processing Record 77 of Set 24 | Cheyenne
Processing Record 78 of Set 24 | Manchester
Processing Record 79 of Set 24 | Irvine
Processing Record 80 of Set 24 | Iuka
Processing Record 81 of Set 24 | Los Angeles
Processing Record 82 of Set 24 | Tucson
Processing Record 83 of Set 24 | Bryan
Processing Record 84 of Set 24 | Grand Junction
Processing Record 85 of Set 24 | Keizer
Processing Record 86 of Set 24 | Lodi
Processing Record 87 of Set 24 | Orlando
Processing Record 88 of Set 24 | Watertown
Processing Record 89 of Set 24 | Walker
Processing Record 90 of Set 24 | Garnet Valley
Processing Record 91 of Set 24 | West Chester
Processing Record 92 of Set 24 | Newington
Processing Record 93 of Set 24 | Vidalia
Processing Record 94 of Set 24 | Tewksbury
Processing Record 95 of Set 24 | Lakewood
Processing Record 96 of Set 24 | Kingsport
Processing Record 97 of Set 24 | Lexington
Processing Record 98 of Set 24 | Bandera
Processing Record 99 of Set 24 | Mishawaka
Processing Record 100 of Set 24 | Phoenix/Tempe
Processing Record 1 of Set 25 | Aiken
Processing Record 2 of Set 25 | Murfreesboro
Processing Record 3 of Set 25 | Mountains Edge
Processing Record 4 of Set 25 | Gold Canyon
Processing Record 5 of Set 25 | Evansville
Processing Record 6 of Set 25 | Piedmont
Processing Record 7 of Set 25 | Surprise
Processing Record 8 of Set 25 | Fairfax
Processing Record 9 of Set 25 | Arcadia
Processing Record 10 of Set 25 | Portland
Processing Record 11 of Set 25 | Indianapolis
Processing Record 12 of Set 25 | North charleston
Processing Record 13 of Set 25 | Wallingford
Processing Record 14 of Set 25 | Randolph
Processing Record 15 of Set 25 | Denton
Processing Record 16 of Set 25 | Savannah
Processing Record 17 of Set 25 | Dade City
Processing Record 18 of Set 25 | San Antonio
Processing Record 19 of Set 25 | Superior
Processing Record 20 of Set 25 | Pittsburgh
Processing Record 21 of Set 25 | Redmond
Processing Record 22 of Set 25 | Santa Rosa
Processing Record 23 of Set 25 | Willoughby
Processing Record 24 of Set 25 | Melbourne
Processing Record 25 of Set 25 | Williamsburg
Processing Record 26 of Set 25 | Winthrop
Processing Record 27 of Set 25 | Old Orchard Beach
Processing Record 28 of Set 25 | Estes Park
Processing Record 29 of Set 25 | Trinidad
Processing Record 30 of Set 25 | Port Saint Lucie
Processing Record 31 of Set 25 | Greenbrier
Processing Record 32 of Set 25 | Newburgh
Processing Record 33 of Set 25 | Los Angeles
Processing Record 34 of Set 25 | Kula
Processing Record 35 of Set 25 | Brooklyn
Processing Record 36 of Set 25 | Eastman
Processing Record 37 of Set 25 | Cedarburg
Processing Record 38 of Set 25 | Traverse City
Processing Record 39 of Set 25 | Black Mountain
Processing Record 40 of Set 25 | Russellville
Processing Record 41 of Set 25 | Menifee
Processing Record 42 of Set 25 | Westlake
Processing Record 43 of Set 25 | Cocoa
Processing Record 44 of Set 25 | Perris
Processing Record 45 of Set 25 | Lake Elsinore
Processing Record 46 of Set 25 | Murrieta
Processing Record 47 of Set 25 | Winchester
Processing Record 48 of Set 25 | Cortez
Processing Record 49 of Set 25 | Hackensack
Processing Record 50 of Set 25 | Cincinnati
Processing Record 51 of Set 25 | Howell
Processing Record 52 of Set 25 | scottsdale
Processing Record 53 of Set 25 | Brooklyn
Processing Record 54 of Set 25 | Yosemite
Processing Record 55 of Set 25 | Torrance
Processing Record 56 of Set 25 | Pennington
Processing Record 57 of Set 25 | Milwaukee
Processing Record 58 of Set 25 | Norris City
Processing Record 59 of Set 25 | Rochester
Processing Record 60 of Set 25 | Estes Park
Processing Record 61 of Set 25 | Atlanta (downtown area)
Processing Record 62 of Set 25 | Norwalk
Processing Record 63 of Set 25 | Jefferson
Processing Record 64 of Set 25 | San Francisco
Processing Record 65 of Set 25 | Phoenix
Processing Record 66 of Set 25 | Knoxville
Processing Record 67 of Set 25 | Raytown
Processing Record 68 of Set 25 | O'Fallon
Processing Record 69 of Set 25 | Perris
Processing Record 70 of Set 25 | Springfield
Processing Record 71 of Set 25 | Lafayette
Processing Record 72 of Set 25 | Milton
Processing Record 73 of Set 25 | Crossville
Processing Record 74 of Set 25 | Flint
Processing Record 75 of Set 25 | Stanhope
Processing Record 76 of Set 25 | Milan
Processing Record 77 of Set 25 | Auburn
Processing Record 78 of Set 25 | Truth or Consequences
Processing Record 79 of Set 25 | Woodbine
Processing Record 80 of Set 25 | Nanticoke
Processing Record 81 of Set 25 | Brunswick
Processing Record 82 of Set 25 | Madison
Processing Record 83 of Set 25 | Sacramento
Processing Record 84 of Set 25 | Independence
Processing Record 85 of Set 25 | Colorado Springs
Processing Record 86 of Set 25 | Colorado Springs
Processing Record 87 of Set 25 | Irwin
Processing Record 88 of Set 25 | Irwin
Processing Record 89 of Set 25 | Hardeeville
Processing Record 90 of Set 25 | Sun Valley
Processing Record 91 of Set 25 | Fort Myers
Processing Record 92 of Set 25 | Rosemary Beach
Processing Record 93 of Set 25 | North Myrtle Beach
Processing Record 94 of Set 25 | Chicago
Processing Record 95 of Set 25 | Hot Springs
Processing Record 96 of Set 25 | Pensacola
Processing Record 97 of Set 25 | Farmington
Processing Record 98 of Set 25 | Osceola
Processing Record 99 of Set 25 | Brandon
Processing Record 100 of Set 25 | Fishers
Processing Record 1 of Set 26 | Jonesboro
Processing Record 2 of Set 26 | North Billerica
Processing Record 3 of Set 26 | Coral Springs
Processing Record 4 of Set 26 | Eustis
Processing Record 5 of Set 26 | Palmer Township
Processing Record 6 of Set 26 | Concord
Processing Record 7 of Set 26 | Las Vegas
Processing Record 8 of Set 26 | Albuquerque
Processing Record 9 of Set 26 | Rancho Cucamonga
Processing Record 10 of Set 26 | Tolleson
Processing Record 11 of Set 26 | Sea Girt
Processing Record 12 of Set 26 | Philadelphia
Processing Record 13 of Set 26 | Thomaston
Processing Record 14 of Set 26 | Jonesboro
Processing Record 15 of Set 26 | Pueblo
Processing Record 16 of Set 26 | White Lake
Processing Record 17 of Set 26 | Ft. Lauderdale Beach
Processing Record 18 of Set 26 | Tinton Falls
Processing Record 19 of Set 26 | Austin
Processing Record 20 of Set 26 | Manchester
Processing Record 21 of Set 26 | Beardstown
Processing Record 22 of Set 26 | Sierra Vista
Processing Record 23 of Set 26 | Bangor
Processing Record 24 of Set 26 | Plainview
Processing Record 25 of Set 26 | Franklin
Processing Record 26 of Set 26 | Fairfax
Processing Record 27 of Set 26 | Fort Worth
Processing Record 28 of Set 26 | Whiteland
Processing Record 29 of Set 26 | Elkton
Processing Record 30 of Set 26 | Sarasota
Processing Record 31 of Set 26 | Walla Walla
Processing Record 32 of Set 26 | Brookhaven
Processing Record 33 of Set 26 | Woodbridge
Processing Record 34 of Set 26 | Chicago
Processing Record 35 of Set 26 | Hawley
Processing Record 36 of Set 26 | Highway 89
Processing Record 37 of Set 26 | Columbus
Processing Record 38 of Set 26 | Atlanta
Processing Record 39 of Set 26 | Twin falls
Processing Record 40 of Set 26 | Leander
Processing Record 41 of Set 26 | Naples
Processing Record 42 of Set 26 | Sharpsburg
Processing Record 43 of Set 26 | Norwood
Processing Record 44 of Set 26 | Mesa
Processing Record 45 of Set 26 | Chicago
Processing Record 46 of Set 26 | Clayville
Processing Record 47 of Set 26 | North Conway
Processing Record 48 of Set 26 | Highland
Processing Record 49 of Set 26 | Tiptonville
Processing Record 50 of Set 26 | Charlotte
Processing Record 51 of Set 26 | Tulsa
Processing Record 52 of Set 26 | Hyattsville
Processing Record 53 of Set 26 | Cedar Hill
Processing Record 54 of Set 26 | Chesterfield
Processing Record 55 of Set 26 | Huntersville
Processing Record 56 of Set 26 | Deerfield Twnshp
Processing Record 57 of Set 26 | University Place
Processing Record 58 of Set 26 | Malakoff
Processing Record 59 of Set 26 | Louisville
Processing Record 60 of Set 26 | Irving
Processing Record 61 of Set 26 | Riverside
Processing Record 62 of Set 26 | Irving
Processing Record 63 of Set 26 | Pflugerville
Processing Record 64 of Set 26 | Benton
Processing Record 65 of Set 26 | Dickinson
Processing Record 66 of Set 26 | Wilmington
Processing Record 67 of Set 26 | Alexandria
Processing Record 68 of Set 26 | Bristow
Processing Record 69 of Set 26 | Tomball
Processing Record 70 of Set 26 | Denver
Processing Record 71 of Set 26 | Northbrook
Processing Record 72 of Set 26 | Springdale
Processing Record 73 of Set 26 | North utica
Processing Record 74 of Set 26 | Mt. Shasta (near)
Processing Record 75 of Set 26 | Los angeles
Processing Record 76 of Set 26 | Knoxville
Processing Record 77 of Set 26 | Buffalo
Processing Record 78 of Set 26 | Elkwood
Processing Record 79 of Set 26 | Norwich
Processing Record 80 of Set 26 | Phoenix
Processing Record 81 of Set 26 | Jefferson City
Processing Record 82 of Set 26 | Phenix City
Processing Record 83 of Set 26 | Allen
Processing Record 84 of Set 26 | Culpeper/Warrenton
Processing Record 85 of Set 26 | Ponce de Leon
Processing Record 86 of Set 26 | Puyallup
Processing Record 87 of Set 26 | Largo
Processing Record 88 of Set 26 | Doylestown
Processing Record 89 of Set 26 | Chantilly
Processing Record 90 of Set 26 | Watsonville
Processing Record 91 of Set 26 | Santa Clarita
Processing Record 92 of Set 26 | Batavia
Processing Record 93 of Set 26 | Greenville
Processing Record 94 of Set 26 | Brownsville
Processing Record 95 of Set 26 | Camden
Processing Record 96 of Set 26 | Dallas
Processing Record 97 of Set 26 | stansbury area
Processing Record 98 of Set 26 | Kingston
Processing Record 99 of Set 26 | Moberly
Processing Record 100 of Set 26 | Norwich
Processing Record 1 of Set 27 | Waltham
Processing Record 2 of Set 27 | Waterloo
Processing Record 3 of Set 27 | Vidalia
Processing Record 4 of Set 27 | Stuart
Processing Record 5 of Set 27 | Apex-Holly Springs
Processing Record 6 of Set 27 | Chest Springs
Processing Record 7 of Set 27 | Round Rock
Processing Record 8 of Set 27 | Apex
Processing Record 9 of Set 27 | Apex
Processing Record 10 of Set 27 | Apex
Processing Record 11 of Set 27 | Tooele
Processing Record 12 of Set 27 | Memphis
Processing Record 13 of Set 27 | Houston
Processing Record 14 of Set 27 | Fowl River
Processing Record 15 of Set 27 | Mayodan
Processing Record 16 of Set 27 | Royal Palm Beach
Processing Record 17 of Set 27 | Missoula
Processing Record 18 of Set 27 | Columbus
Processing Record 19 of Set 27 | Jersey City
Processing Record 20 of Set 27 | Clarksville
Processing Record 21 of Set 27 | Santa Claus
Processing Record 22 of Set 27 | Las Cruces
Processing Record 23 of Set 27 | Kennesaw
Processing Record 24 of Set 27 | Huttonsville
Processing Record 25 of Set 27 | Dayton
Processing Record 26 of Set 27 | Honaker
Processing Record 27 of Set 27 | Albuquerque
Processing Record 28 of Set 27 | Portland
Processing Record 29 of Set 27 | Pittsburgh
Processing Record 30 of Set 27 | Woodville
Processing Record 31 of Set 27 | Fort Worth
Processing Record 32 of Set 27 | McLean
Processing Record 33 of Set 27 | Woodbury
Processing Record 34 of Set 27 | El Mirage
Processing Record 35 of Set 27 | Roseville
Processing Record 36 of Set 27 | Mooresville
Processing Record 37 of Set 27 | Ontario
Processing Record 38 of Set 27 | Seattle
Processing Record 39 of Set 27 | Southpark
Processing Record 40 of Set 27 | Greenville
Processing Record 41 of Set 27 | Sahuarita
Processing Record 42 of Set 27 | South Bend
Processing Record 43 of Set 27 | Inkster
Processing Record 44 of Set 27 | Circleville
Processing Record 45 of Set 27 | Hilliard
Processing Record 46 of Set 27 | Greenville
Processing Record 47 of Set 27 | Greenville
Processing Record 48 of Set 27 | Albuquerque
Processing Record 49 of Set 27 | Jasper
Processing Record 50 of Set 27 | Bohners Lake
Processing Record 51 of Set 27 | Northbrook
Processing Record 52 of Set 27 | Mexico
Processing Record 53 of Set 27 | Battle Ground
Processing Record 54 of Set 27 | Sequim
Processing Record 55 of Set 27 | Myrtle Beach
Processing Record 56 of Set 27 | Randolph
Processing Record 57 of Set 27 | Louisville
Processing Record 58 of Set 27 | Marshfield/Brant Rock,
Processing Record 59 of Set 27 | Tehachapi
Processing Record 60 of Set 27 | Bedford
Processing Record 61 of Set 27 | Denver
Processing Record 62 of Set 27 | Las vegas
Processing Record 63 of Set 27 | Colts neck
Processing Record 64 of Set 27 | Colts Neck
Processing Record 65 of Set 27 | Colts Neck
Processing Record 66 of Set 27 | Jenkintown
Processing Record 67 of Set 27 | Bridgton
Processing Record 68 of Set 27 | Panama City
Processing Record 69 of Set 27 | La Quinta
Processing Record 70 of Set 27 | Pittston
Processing Record 71 of Set 27 | Carroll
Processing Record 72 of Set 27 | Carroll
Processing Record 73 of Set 27 | Pound
Processing Record 74 of Set 27 | Lucas
Processing Record 75 of Set 27 | Alta Loma
Processing Record 76 of Set 27 | San Jose
Processing Record 77 of Set 27 | Denton
Processing Record 78 of Set 27 | Carmel
Processing Record 79 of Set 27 | Defiance
Processing Record 80 of Set 27 | Clarksville
Processing Record 81 of Set 27 | Milford
Processing Record 82 of Set 27 | Rocky Mount
Processing Record 83 of Set 27 | Cambridge
Processing Record 84 of Set 27 | Columbus
Processing Record 85 of Set 27 | Oklahoma
Processing Record 86 of Set 27 | Boulder City/Kingman (between; on hwy.)
Processing Record 87 of Set 27 | Rio Rico
Processing Record 88 of Set 27 | Oakland
Processing Record 89 of Set 27 | San Jose
Processing Record 90 of Set 27 | Palm Springs
Processing Record 91 of Set 27 | Campti
Processing Record 92 of Set 27 | Panama City Beach
Processing Record 93 of Set 27 | Anclote Key State Park
Processing Record 94 of Set 27 | Las Vegas
Processing Record 95 of Set 27 | Vadnais Heights
Processing Record 96 of Set 27 | Bondurant
Processing Record 97 of Set 27 | Autin
Processing Record 98 of Set 27 | Carpinteria
Processing Record 99 of Set 27 | Richardson/Garland
Processing Record 100 of Set 27 | Veedersburg
Processing Record 1 of Set 28 | Visalia
Processing Record 2 of Set 28 | Panama City Beach
Processing Record 3 of Set 28 | Gilbert
Processing Record 4 of Set 28 | Carroll
Processing Record 5 of Set 28 | Fairfax
Processing Record 6 of Set 28 | Milpitas
Processing Record 7 of Set 28 | Racine
Processing Record 8 of Set 28 | Carlsbad
Processing Record 9 of Set 28 | Carlsbad
Processing Record 10 of Set 28 | Royal Palm Beach
Processing Record 11 of Set 28 | Irmo
Processing Record 12 of Set 28 | Chino Hills
Processing Record 13 of Set 28 | Columbus
Processing Record 14 of Set 28 | New York City (Queens)
Processing Record 15 of Set 28 | Findlay
Processing Record 16 of Set 28 | Morgan City
Processing Record 17 of Set 28 | Astoria
Processing Record 18 of Set 28 | Norwell
Processing Record 19 of Set 28 | Boynton Beach
Processing Record 20 of Set 28 | Springfield
Processing Record 21 of Set 28 | Arlington
Processing Record 22 of Set 28 | Middleton
Processing Record 23 of Set 28 | Seattle
Processing Record 24 of Set 28 | Wichita
Processing Record 25 of Set 28 | Farmington Hills
Processing Record 26 of Set 28 | South Pasadena
Processing Record 27 of Set 28 | Helotes
Processing Record 28 of Set 28 | Boise
Processing Record 29 of Set 28 | Gibsonia
Processing Record 30 of Set 28 | Saint Charles
Processing Record 31 of Set 28 | Orlando
Processing Record 32 of Set 28 | Richmond
Processing Record 33 of Set 28 | Laurelville
Processing Record 34 of Set 28 | Yakima
Processing Record 35 of Set 28 | Central Falls
Processing Record 36 of Set 28 | Marysville
Processing Record 37 of Set 28 | Laurelville
Processing Record 38 of Set 28 | Larchmont
Processing Record 39 of Set 28 | Citrus Springs
Processing Record 40 of Set 28 | Fairhope
Processing Record 41 of Set 28 | Thornton
Processing Record 42 of Set 28 | Brookfield
Processing Record 43 of Set 28 | Piedmont
Processing Record 44 of Set 28 | Mt.Vernon
Processing Record 45 of Set 28 | Norris City
Processing Record 46 of Set 28 | Lake of the Woods
Processing Record 47 of Set 28 | Oakland
Processing Record 48 of Set 28 | New Philadelphia
Processing Record 49 of Set 28 | Meridian
Processing Record 50 of Set 28 | Wausau
Processing Record 51 of Set 28 | Sisterdale
Processing Record 52 of Set 28 | Millsboro
Processing Record 53 of Set 28 | Fogelsville
Processing Record 54 of Set 28 | Glastonbury
Processing Record 55 of Set 28 | Hillsborough
Processing Record 56 of Set 28 | Portage
Processing Record 57 of Set 28 | Chapel Hill (north of)
Processing Record 58 of Set 28 | Phoenixville
Processing Record 59 of Set 28 | Carrollton
Processing Record 60 of Set 28 | Pandora
Processing Record 61 of Set 28 | Boise
Processing Record 62 of Set 28 | Hatboro
Processing Record 63 of Set 28 | Albuquerque
Processing Record 64 of Set 28 | Collegeville
Processing Record 65 of Set 28 | Tabernacle
Processing Record 66 of Set 28 | Marlton
Processing Record 67 of Set 28 | Tombstone (outside of)
Processing Record 68 of Set 28 | Lafayette Hill
Processing Record 69 of Set 28 | Hainesport
Processing Record 70 of Set 28 | Mickleton
Processing Record 71 of Set 28 | Sewell
Processing Record 72 of Set 28 | Falmouth
Processing Record 73 of Set 28 | Havertown
Processing Record 74 of Set 28 | Royersford
Processing Record 75 of Set 28 | Mount Penn
Processing Record 76 of Set 28 | Durham
Processing Record 77 of Set 28 | Ephrata
Processing Record 78 of Set 28 | Downingtown
Processing Record 79 of Set 28 | Lebanon
Processing Record 80 of Set 28 | Santa Fe
Processing Record 81 of Set 28 | Loganton
Processing Record 82 of Set 28 | Coatsville
Processing Record 83 of Set 28 | Lancaster
Processing Record 84 of Set 28 | nan
Processing Record 85 of Set 28 | Ravenna
Processing Record 86 of Set 28 | Fairfax
Processing Record 87 of Set 28 | Manchester
Processing Record 88 of Set 28 | Bluffton
Processing Record 89 of Set 28 | Ormond Beach
Processing Record 90 of Set 28 | Santa fe
Processing Record 91 of Set 28 | Warrenton
Processing Record 92 of Set 28 | Fort Mohave
Processing Record 93 of Set 28 | Lakewood
Processing Record 94 of Set 28 | Belmont
Processing Record 95 of Set 28 | Palm Coast
Processing Record 96 of Set 28 | Destin
Processing Record 97 of Set 28 | Navarre Beach
Processing Record 98 of Set 28 | Burnsville
Processing Record 99 of Set 28 | Eden Prairie
Processing Record 100 of Set 28 | Watertown
Processing Record 1 of Set 29 | Westbrook
Processing Record 2 of Set 29 | Gouldsboro
Processing Record 3 of Set 29 | Lewisburg
Processing Record 4 of Set 29 | Trail
Processing Record 5 of Set 29 | Dexter
Processing Record 6 of Set 29 | Newburgh
Processing Record 7 of Set 29 | Denver
Processing Record 8 of Set 29 | Wallingford
Processing Record 9 of Set 29 | Wallingford
Processing Record 10 of Set 29 | Lynnwood
Processing Record 11 of Set 29 | Marion
Processing Record 12 of Set 29 | Chesapeake
Processing Record 13 of Set 29 | Houston
Processing Record 14 of Set 29 | Maineville
Processing Record 15 of Set 29 | Brick
Processing Record 16 of Set 29 | Marengo
Processing Record 17 of Set 29 | Lawrence
Processing Record 18 of Set 29 | Newburgh
Processing Record 19 of Set 29 | Arnold
Processing Record 20 of Set 29 | Holly
Processing Record 21 of Set 29 | Petersburg
Processing Record 22 of Set 29 | Colorado Springs
Processing Record 23 of Set 29 | Marengo
Processing Record 24 of Set 29 | Sumpter
Processing Record 25 of Set 29 | Mexico
Processing Record 26 of Set 29 | Lockport
Processing Record 27 of Set 29 | Virden
Processing Record 28 of Set 29 | Phoenix
Processing Record 29 of Set 29 | Winston-Salem
Processing Record 30 of Set 29 | Los Angeles
Processing Record 31 of Set 29 | Boise
Processing Record 32 of Set 29 | Camargo
Processing Record 33 of Set 29 | Albuquerque
Processing Record 34 of Set 29 | Albuquerque
Processing Record 35 of Set 29 | DeQuincy
Processing Record 36 of Set 29 | Orlando
Processing Record 37 of Set 29 | Indianapolis
Processing Record 38 of Set 29 | Kennett Square
Processing Record 39 of Set 29 | Denham Springs
Processing Record 40 of Set 29 | Knoxville
Processing Record 41 of Set 29 | Fairfax
Processing Record 42 of Set 29 | Port Orchard
Processing Record 43 of Set 29 | Black Mountain
Processing Record 44 of Set 29 | Marin County
Processing Record 45 of Set 29 | Franklin
Processing Record 46 of Set 29 | North Port
Processing Record 47 of Set 29 | Bolivar
Processing Record 48 of Set 29 | Dover
Processing Record 49 of Set 29 | Tempe
Processing Record 50 of Set 29 | Morgan City
Processing Record 51 of Set 29 | Castle Rock
Processing Record 52 of Set 29 | Vero Beach
Processing Record 53 of Set 29 | Tampa
Processing Record 54 of Set 29 | Hayfork
Processing Record 55 of Set 29 | Clarksville
Processing Record 56 of Set 29 | Norwood
Processing Record 57 of Set 29 | Oceanside
Processing Record 58 of Set 29 | Limerick
Processing Record 59 of Set 29 | Limerick
Processing Record 60 of Set 29 | Crestline
Processing Record 61 of Set 29 | Hayfork
Processing Record 62 of Set 29 | Watertown
Processing Record 63 of Set 29 | Jasper
Processing Record 64 of Set 29 | Ecru
Processing Record 65 of Set 29 | Denton
Processing Record 66 of Set 29 | Twin Falls
Processing Record 67 of Set 29 | Harmony
Processing Record 68 of Set 29 | Washingtonville
Processing Record 69 of Set 29 | Butte
Processing Record 70 of Set 29 | Medford
Processing Record 71 of Set 29 | New Carrollton
Processing Record 72 of Set 29 | Y-City
Processing Record 73 of Set 29 | Deer Park
Processing Record 74 of Set 29 | Elberta
Processing Record 75 of Set 29 | Escondido
Processing Record 76 of Set 29 | Clarksdale
Processing Record 77 of Set 29 | Myrtle beach
Processing Record 78 of Set 29 | Helotes
Processing Record 79 of Set 29 | Port St. Lucie
Processing Record 80 of Set 29 | Columbia
Processing Record 81 of Set 29 | Great Falls
Processing Record 82 of Set 29 | Florence
Processing Record 83 of Set 29 | Tampa
Processing Record 84 of Set 29 | Tampa
Processing Record 85 of Set 29 | St. Louis
Processing Record 86 of Set 29 | Little Falls
Processing Record 87 of Set 29 | Bakersfield
Processing Record 88 of Set 29 | Newburgh
Processing Record 89 of Set 29 | Eureka
Processing Record 90 of Set 29 | Dunedin
Processing Record 91 of Set 29 | Fayetteville
Processing Record 92 of Set 29 | Paducah
Processing Record 93 of Set 29 | Hartford
Processing Record 94 of Set 29 | Altoona
Processing Record 95 of Set 29 | North Highlands
Processing Record 96 of Set 29 | Lewisville
City not found. Skipping...
Processing Record 97 of Set 29 | Bakersfield? (east of)
Processing Record 98 of Set 29 | Petersburg
Processing Record 99 of Set 29 | Wallingford
Processing Record 100 of Set 29 | Ocala
Processing Record 1 of Set 30 | Mt. Vernon
Processing Record 2 of Set 30 | Dunnellon
Processing Record 3 of Set 30 | Conyers
Processing Record 4 of Set 30 | Corbin
Processing Record 5 of Set 30 | Northbrook
Processing Record 6 of Set 30 | Naples
Processing Record 7 of Set 30 | Slocum
Processing Record 8 of Set 30 | Bardstown
Processing Record 9 of Set 30 | Estes Park
Processing Record 10 of Set 30 | Brierfield
Processing Record 11 of Set 30 | Tampa
Processing Record 12 of Set 30 | Santa Fe
Processing Record 13 of Set 30 | Alva
Processing Record 14 of Set 30 | Simpson
Processing Record 15 of Set 30 | Lochbuie
Processing Record 16 of Set 30 | Fort Pierce
Processing Record 17 of Set 30 | Pt. St. Lucie
Processing Record 18 of Set 30 | Huntington
Processing Record 19 of Set 30 | Stuart
Processing Record 20 of Set 30 | Riverbank
Processing Record 21 of Set 30 | Madison
Processing Record 22 of Set 30 | New Castle
Processing Record 23 of Set 30 | Mount Airy
Processing Record 24 of Set 30 | Plymouth
Processing Record 25 of Set 30 | Dundalk
Processing Record 26 of Set 30 | Pensacola
Processing Record 27 of Set 30 | Baton Rouge
Processing Record 28 of Set 30 | Lahaina (Maui)
Processing Record 29 of Set 30 | Yulee
Processing Record 30 of Set 30 | New Castle
Processing Record 31 of Set 30 | Glens Falls
Processing Record 32 of Set 30 | Methuen
Processing Record 33 of Set 30 | Bonney Lake
Processing Record 34 of Set 30 | La Grange
Processing Record 35 of Set 30 | Myrtle Beach
Processing Record 36 of Set 30 | Blacksburg
Processing Record 37 of Set 30 | Volo
Processing Record 38 of Set 30 | Napoleon
Processing Record 39 of Set 30 | Volo
Processing Record 40 of Set 30 | Columbus
Processing Record 41 of Set 30 | New Haven
Processing Record 42 of Set 30 | Cabool
Processing Record 43 of Set 30 | Ranchos de Taos
Processing Record 44 of Set 30 | Woodbury
Processing Record 45 of Set 30 | Morristown
Processing Record 46 of Set 30 | Orem
Processing Record 47 of Set 30 | Greensboro
Processing Record 48 of Set 30 | Lincoln
Processing Record 49 of Set 30 | nan
Processing Record 50 of Set 30 | Albuquerque
Processing Record 51 of Set 30 | Peachtree City
Processing Record 52 of Set 30 | Eureka Springs
Processing Record 53 of Set 30 | Burton
Processing Record 54 of Set 30 | Panama City Beach
Processing Record 55 of Set 30 | Panama City (beach)
Processing Record 56 of Set 30 | Trenton
Processing Record 57 of Set 30 | Pedricktown
Processing Record 58 of Set 30 | Walla Walla
Processing Record 59 of Set 30 | Bayport
Processing Record 60 of Set 30 | Firebaugh
Processing Record 61 of Set 30 | Valley City
Processing Record 62 of Set 30 | Livermore Falls
Processing Record 63 of Set 30 | New York City (Queens)
Processing Record 64 of Set 30 | Orleans
Processing Record 65 of Set 30 | Madawaska
Processing Record 66 of Set 30 | Bradenton
Processing Record 67 of Set 30 | Williamstown
Processing Record 68 of Set 30 | New port richey
Processing Record 69 of Set 30 | Newport
Processing Record 70 of Set 30 | Rockville
Processing Record 71 of Set 30 | Wilmington
Processing Record 72 of Set 30 | Estes Park
Processing Record 73 of Set 30 | Venice
Processing Record 74 of Set 30 | dallas
Processing Record 75 of Set 30 | Blacksburg
Processing Record 76 of Set 30 | Minneapolis
Processing Record 77 of Set 30 | Waxhaw
Processing Record 78 of Set 30 | peachtree city
Processing Record 79 of Set 30 | Mansfield
Processing Record 80 of Set 30 | Mt. Vernon
Processing Record 81 of Set 30 | Norwood
Processing Record 82 of Set 30 | Newark
Processing Record 83 of Set 30 | Marietta
Processing Record 84 of Set 30 | Mentor
Processing Record 85 of Set 30 | Hudson
Processing Record 86 of Set 30 | Aliso Viejo
Processing Record 87 of Set 30 | Tucson
Processing Record 88 of Set 30 | Mantua
Processing Record 89 of Set 30 | Las Cruces
Processing Record 90 of Set 30 | Las Cruces
Processing Record 91 of Set 30 | Lusby
Processing Record 92 of Set 30 | New Berlin
Processing Record 93 of Set 30 | Wadesville
Processing Record 94 of Set 30 | East Canton
Processing Record 95 of Set 30 | Farmington
Processing Record 96 of Set 30 | Mills River
Processing Record 97 of Set 30 | Grand Forks
Processing Record 98 of Set 30 | Norwood
Processing Record 99 of Set 30 | Northbrook
Processing Record 100 of Set 30 | Waikiki (Oahu)
Processing Record 1 of Set 31 | Van Alstyne
Processing Record 2 of Set 31 | West palm beach
Processing Record 3 of Set 31 | Wolcott
Processing Record 4 of Set 31 | Sacramento
Processing Record 5 of Set 31 | Montrose
Processing Record 6 of Set 31 | Redlands
Processing Record 7 of Set 31 | Pass Christian
Processing Record 8 of Set 31 | Reading
Processing Record 9 of Set 31 | Hawkinsville
Processing Record 10 of Set 31 | Hubbardston
Processing Record 11 of Set 31 | Le Roy
Processing Record 12 of Set 31 | East Mountain
Processing Record 13 of Set 31 | Mescalero Indian Reservation
Processing Record 14 of Set 31 | Utica
Processing Record 15 of Set 31 | Duluth
Processing Record 16 of Set 31 | Belleview
Processing Record 17 of Set 31 | Tabor City
Processing Record 18 of Set 31 | Tres Pinos
Processing Record 19 of Set 31 | Tres Pinos
Processing Record 20 of Set 31 | Surf City
Processing Record 21 of Set 31 | Venice
Processing Record 22 of Set 31 | Santa Cruz
Processing Record 23 of Set 31 | Roselle
Processing Record 24 of Set 31 | nan
Processing Record 25 of Set 31 | Janesville
Processing Record 26 of Set 31 | Buellton
Processing Record 27 of Set 31 | Cooke City
Processing Record 28 of Set 31 | Hope
Processing Record 29 of Set 31 | Wichita
Processing Record 30 of Set 31 | Brantley
Processing Record 31 of Set 31 | Kearns
Processing Record 32 of Set 31 | Deerfield Beach
Processing Record 33 of Set 31 | Red Lodge
Processing Record 34 of Set 31 | Norris City
Processing Record 35 of Set 31 | Scottsdale
Processing Record 36 of Set 31 | Mayfield
Processing Record 37 of Set 31 | Moorestown
Processing Record 38 of Set 31 | Mt. Vernon
Processing Record 39 of Set 31 | Council Bluffs (outside of)
Processing Record 40 of Set 31 | Artesia
Processing Record 41 of Set 31 | Hollywood
Processing Record 42 of Set 31 | Franklin
Processing Record 43 of Set 31 | Maricopa
Processing Record 44 of Set 31 | Vero Beach
Processing Record 45 of Set 31 | Tucson
Processing Record 46 of Set 31 | Hilton Head
Processing Record 47 of Set 31 | Carneys Point
Processing Record 48 of Set 31 | Mobile
Processing Record 49 of Set 31 | Salem
Processing Record 50 of Set 31 | Camden
Processing Record 51 of Set 31 | Wilmington
Processing Record 52 of Set 31 | Las Cruces
Processing Record 53 of Set 31 | New Haven (near)
Processing Record 54 of Set 31 | Sahuarita
Processing Record 55 of Set 31 | Wabasso Beach
Processing Record 56 of Set 31 | Washinton
City not found. Skipping...
Processing Record 57 of Set 31 | Murfreesboro
Processing Record 58 of Set 31 | Shelton
Processing Record 59 of Set 31 | Moorestown
Processing Record 60 of Set 31 | Stephens City
Processing Record 61 of Set 31 | Rancho Mirage
Processing Record 62 of Set 31 | Paulsboro
Processing Record 63 of Set 31 | New York
Processing Record 64 of Set 31 | Orem
Processing Record 65 of Set 31 | Worthington
Processing Record 66 of Set 31 | Indianapolis
Processing Record 67 of Set 31 | Cedar Park
Processing Record 68 of Set 31 | West Indianapolis
Processing Record 69 of Set 31 | North Mankato
Processing Record 70 of Set 31 | Paulsboro
Processing Record 71 of Set 31 | Baldwin
Processing Record 72 of Set 31 | Interlaken
Processing Record 73 of Set 31 | Slippery Rock
Processing Record 74 of Set 31 | Minneapolis
Processing Record 75 of Set 31 | Enon
Processing Record 76 of Set 31 | Louisville
Processing Record 77 of Set 31 | Wake Forest
Processing Record 78 of Set 31 | Sherman Oaks
Processing Record 79 of Set 31 | Bartlett
Processing Record 80 of Set 31 | Tinley Park
Processing Record 81 of Set 31 | Reading
Processing Record 82 of Set 31 | Pikeville
Processing Record 83 of Set 31 | Warwick
Processing Record 84 of Set 31 | Walkersville
Processing Record 85 of Set 31 | Norristown
Processing Record 86 of Set 31 | Ely
Processing Record 87 of Set 31 | Brownwood
Processing Record 88 of Set 31 | Alexandria
Processing Record 89 of Set 31 | Anchorage
Processing Record 90 of Set 31 | Brownstown Township
Processing Record 91 of Set 31 | North Royalton
Processing Record 92 of Set 31 | Los Angeles
Processing Record 93 of Set 31 | North Royalton
Processing Record 94 of Set 31 | Wrightsville Beach
Processing Record 95 of Set 31 | North Las Vegas
Processing Record 96 of Set 31 | Fairfax
Processing Record 97 of Set 31 | Saratoga
Processing Record 98 of Set 31 | Red Mountain
Processing Record 99 of Set 31 | Red Hill
Processing Record 100 of Set 31 | Natick
Processing Record 1 of Set 32 | Maiden
Processing Record 2 of Set 32 | Billerica
Processing Record 3 of Set 32 | Alexander
Processing Record 4 of Set 32 | Piedmont
Processing Record 5 of Set 32 | Norwood
Processing Record 6 of Set 32 | Cambridge
Processing Record 7 of Set 32 | Boron
Processing Record 8 of Set 32 | Hackettstown
Processing Record 9 of Set 32 | Madison
Processing Record 10 of Set 32 | Port Gamble
Processing Record 11 of Set 32 | Gallipolis
Processing Record 12 of Set 32 | Nashville
Processing Record 13 of Set 32 | Melrose
Processing Record 14 of Set 32 | Edisto Island
Processing Record 15 of Set 32 | Folsom
Processing Record 16 of Set 32 | St. George Island
Processing Record 17 of Set 32 | Clinton
Processing Record 18 of Set 32 | Bend
Processing Record 19 of Set 32 | Mankato
Processing Record 20 of Set 32 | Farmington
Processing Record 21 of Set 32 | Marlton
Processing Record 22 of Set 32 | Marlton
Processing Record 23 of Set 32 | Lakewood
Processing Record 24 of Set 32 | Tucson
Processing Record 25 of Set 32 | Black River Falls
Processing Record 26 of Set 32 | Roswell
Processing Record 27 of Set 32 | Marshall
Processing Record 28 of Set 32 | Hau’ula
Processing Record 29 of Set 32 | Ewing
Processing Record 30 of Set 32 | Roswell
Processing Record 31 of Set 32 | Surprise
Processing Record 32 of Set 32 | Virginia Beach
Processing Record 33 of Set 32 | Nashville
Processing Record 34 of Set 32 | Red Bluff
Processing Record 35 of Set 32 | Irving
Processing Record 36 of Set 32 | Enfield
Processing Record 37 of Set 32 | Meridian
Processing Record 38 of Set 32 | Valdosta
Processing Record 39 of Set 32 | Oakdale
Processing Record 40 of Set 32 | Boise
Processing Record 41 of Set 32 | Murfreesboro
Processing Record 42 of Set 32 | Mount Laurel
Processing Record 43 of Set 32 | Captain Cook
Processing Record 44 of Set 32 | Citrus Heights
Processing Record 45 of Set 32 | Seattle
Processing Record 46 of Set 32 | Albuquerque
Processing Record 47 of Set 32 | Rachel
Processing Record 48 of Set 32 | Deep Run
Processing Record 49 of Set 32 | Maynard
Processing Record 50 of Set 32 | Gainesville
Processing Record 51 of Set 32 | Union
Processing Record 52 of Set 32 | Unknown traveling on rt. 25
Processing Record 53 of Set 32 | Logan
Processing Record 54 of Set 32 | Corona
Processing Record 55 of Set 32 | Kerrville
Processing Record 56 of Set 32 | Rand
Processing Record 57 of Set 32 | Parsons
Processing Record 58 of Set 32 | Rock Hill
Processing Record 59 of Set 32 | Richmond
Processing Record 60 of Set 32 | Richmond
Processing Record 61 of Set 32 | Manchester
Processing Record 62 of Set 32 | New York City (Brooklyn)
Processing Record 63 of Set 32 | Laytonville
Processing Record 64 of Set 32 | Mount Prospect
Processing Record 65 of Set 32 | Farmington Hills
Processing Record 66 of Set 32 | Signal Mountain
Processing Record 67 of Set 32 | Fairfax
Processing Record 68 of Set 32 | Los Angeles
Processing Record 69 of Set 32 | Bismarck
Processing Record 70 of Set 32 | Los Angeles
Processing Record 71 of Set 32 | Huber Heights
Processing Record 72 of Set 32 | Oxford
Processing Record 73 of Set 32 | Chestertown
Processing Record 74 of Set 32 | Leicester
Processing Record 75 of Set 32 | Morristown
Processing Record 76 of Set 32 | Livonia
Processing Record 77 of Set 32 | Norristown
Processing Record 78 of Set 32 | Allentown
Processing Record 79 of Set 32 | Staten Island
Processing Record 80 of Set 32 | Patchogue
Processing Record 81 of Set 32 | Myrtle Beach
Processing Record 82 of Set 32 | Englewood
Processing Record 83 of Set 32 | Palisade
Processing Record 84 of Set 32 | Oxford
Processing Record 85 of Set 32 | St. George
Processing Record 86 of Set 32 | Carmel-By-The-Sea
Processing Record 87 of Set 32 | Forest Park
Processing Record 88 of Set 32 | Upper Chichester
Processing Record 89 of Set 32 | Kelso
Processing Record 90 of Set 32 | Newburgh
Processing Record 91 of Set 32 | Ephrata
Processing Record 92 of Set 32 | Cold Spring
Processing Record 93 of Set 32 | Aventura Miami
Processing Record 94 of Set 32 | Lonoke
Processing Record 95 of Set 32 | Redmond
Processing Record 96 of Set 32 | Goldendale
Processing Record 97 of Set 32 | Glenwood Springs
Processing Record 98 of Set 32 | Roswell
Processing Record 99 of Set 32 | Flagstaff
Processing Record 100 of Set 32 | Brooklyn
Processing Record 1 of Set 33 | Newburgh
Processing Record 2 of Set 33 | Orange
Processing Record 3 of Set 33 | Norwood
Processing Record 4 of Set 33 | Fort Collins
Processing Record 5 of Set 33 | Watsonville
Processing Record 6 of Set 33 | Largo
Processing Record 7 of Set 33 | Granger
Processing Record 8 of Set 33 | Nashville
Processing Record 9 of Set 33 | Vancouver
Processing Record 10 of Set 33 | Las Vegas
Processing Record 11 of Set 33 | Thornton
Processing Record 12 of Set 33 | St Roberts
Processing Record 13 of Set 33 | BURBANK
Processing Record 14 of Set 33 | Atlantic City
Processing Record 15 of Set 33 | Phoenix area
Processing Record 16 of Set 33 | Henderson
Processing Record 17 of Set 33 | Florence
Processing Record 18 of Set 33 | Henderson
Processing Record 19 of Set 33 | Belfast
Processing Record 20 of Set 33 | Lexington
Processing Record 21 of Set 33 | Massena
Processing Record 22 of Set 33 | Bluffdale
Processing Record 23 of Set 33 | Owings
Processing Record 24 of Set 33 | Van Buren Township
Processing Record 25 of Set 33 | Near Pittsboro
Processing Record 26 of Set 33 | Weston
Processing Record 27 of Set 33 | Carson City
Processing Record 28 of Set 33 | Leland
Processing Record 29 of Set 33 | North Topsail Beach
Processing Record 30 of Set 33 | Simi Valley
Processing Record 31 of Set 33 | Enfield
Processing Record 32 of Set 33 | Hastings
Processing Record 33 of Set 33 | Nashville
Processing Record 34 of Set 33 | Mansfield
Processing Record 35 of Set 33 | Nutley
Processing Record 36 of Set 33 | Leland
Processing Record 37 of Set 33 | Vero beach
Processing Record 38 of Set 33 | Geismar
Processing Record 39 of Set 33 | North Bend
Processing Record 40 of Set 33 | Santa Claus
Processing Record 41 of Set 33 | Palm desert
Processing Record 42 of Set 33 | Granville
Processing Record 43 of Set 33 | Kapalua/Molokai
Processing Record 44 of Set 33 | Anderson
Processing Record 45 of Set 33 | Port Angeles
Processing Record 46 of Set 33 | Fortuna
Processing Record 47 of Set 33 | Baton Rouge
Processing Record 48 of Set 33 | Carmel-By-The-Sea
Processing Record 49 of Set 33 | Studio City
Processing Record 50 of Set 33 | Round lake beach
Processing Record 51 of Set 33 | Utica
Processing Record 52 of Set 33 | Hampton
Processing Record 53 of Set 33 | Lake City
Processing Record 54 of Set 33 | Bricktown
Processing Record 55 of Set 33 | Pensacola
Processing Record 56 of Set 33 | Marysville
Processing Record 57 of Set 33 | Arleta
Processing Record 58 of Set 33 | Greenville
Processing Record 59 of Set 33 | Imperial
Processing Record 60 of Set 33 | Steubenville
Processing Record 61 of Set 33 | New Leipzig
Processing Record 62 of Set 33 | Westminster
Processing Record 63 of Set 33 | Lakeville
Processing Record 64 of Set 33 | Lancaster
Processing Record 65 of Set 33 | Allentown
Processing Record 66 of Set 33 | Reading
Processing Record 67 of Set 33 | New Braunfels
Processing Record 68 of Set 33 | Phoenix
Processing Record 69 of Set 33 | Boise
Processing Record 70 of Set 33 | Las vegas
Processing Record 71 of Set 33 | Bothell
Processing Record 72 of Set 33 | Fairbanks
Processing Record 73 of Set 33 | Jonesboro
Processing Record 74 of Set 33 | Hereford
Processing Record 75 of Set 33 | Johnsburg
Processing Record 76 of Set 33 | Troy
Processing Record 77 of Set 33 | Scipio
Processing Record 78 of Set 33 | Bethel Park
Processing Record 79 of Set 33 | Superior
Processing Record 80 of Set 33 | Nashville
Processing Record 81 of Set 33 | Longport
Processing Record 82 of Set 33 | Chandler
Processing Record 83 of Set 33 | Cross Plains
Processing Record 84 of Set 33 | Beckley
Processing Record 85 of Set 33 | Raynham
Processing Record 86 of Set 33 | Carpinteria
Processing Record 87 of Set 33 | San Francisco
Processing Record 88 of Set 33 | Austin
Processing Record 89 of Set 33 | Portland (southeast of)
Processing Record 90 of Set 33 | Portland (southeast of)
Processing Record 91 of Set 33 | Tacoma
Processing Record 92 of Set 33 | Lakeport
Processing Record 93 of Set 33 | Troy
Processing Record 94 of Set 33 | Santa Claus
Processing Record 95 of Set 33 | Clarksville
Processing Record 96 of Set 33 | Ocean City
Processing Record 97 of Set 33 | Utica
Processing Record 98 of Set 33 | Ashdown
Processing Record 99 of Set 33 | Thornton
Processing Record 100 of Set 33 | Yuma
Processing Record 1 of Set 34 | East Greenwich
Processing Record 2 of Set 34 | Meridian
Processing Record 3 of Set 34 | Stanley
Processing Record 4 of Set 34 | Smithsburg
Processing Record 5 of Set 34 | St. Louis (Northside)
Processing Record 6 of Set 34 | Downers Grove
Processing Record 7 of Set 34 | Yucca Valley
Processing Record 8 of Set 34 | Sewickley
Processing Record 9 of Set 34 | Aurora
Processing Record 10 of Set 34 | Owensboro
Processing Record 11 of Set 34 | Rockport
Processing Record 12 of Set 34 | Carroll
Processing Record 13 of Set 34 | Los Angeles
Processing Record 14 of Set 34 | Helotes
Processing Record 15 of Set 34 | Santa Claus
Processing Record 16 of Set 34 | Boise
Processing Record 17 of Set 34 | Pomona
Processing Record 18 of Set 34 | Apple Valley
Processing Record 19 of Set 34 | Worley/Plummer
Processing Record 20 of Set 34 | Knoxville
Processing Record 21 of Set 34 | North Springfield
Processing Record 22 of Set 34 | Kansas City (40 miles E of)
Processing Record 23 of Set 34 | West Valley City
Processing Record 24 of Set 34 | Berwick
Processing Record 25 of Set 34 | Myrtle Beach
Processing Record 26 of Set 34 | Bedford
Processing Record 27 of Set 34 | Myrtle Beach
Processing Record 28 of Set 34 | Mesa
Processing Record 29 of Set 34 | Windy hill
Processing Record 30 of Set 34 | Parsons
Processing Record 31 of Set 34 | Chesapeake
Processing Record 32 of Set 34 | Westwego
Processing Record 33 of Set 34 | Clarksville
Processing Record 34 of Set 34 | Deer trail
Processing Record 35 of Set 34 | Norwood
Processing Record 36 of Set 34 | Scottdale
Processing Record 37 of Set 34 | New Providence
Processing Record 38 of Set 34 | Valparaiso
Processing Record 39 of Set 34 | Jonesboro
Processing Record 40 of Set 34 | Milton-Freewater
Processing Record 41 of Set 34 | Matador
Processing Record 42 of Set 34 | Oakville
Processing Record 43 of Set 34 | Everett
Processing Record 44 of Set 34 | Long Barn
Processing Record 45 of Set 34 | North Las Vegas
Processing Record 46 of Set 34 | Sandy Springs
Processing Record 47 of Set 34 | Anaheim
Processing Record 48 of Set 34 | Springfield
Processing Record 49 of Set 34 | Chicago
Processing Record 50 of Set 34 | Tracy
Processing Record 51 of Set 34 | Pensacola
Processing Record 52 of Set 34 | Coeur d'Alene
Processing Record 53 of Set 34 | Douglas
Processing Record 54 of Set 34 | Sunrise Beach
Processing Record 55 of Set 34 | Rio Rancho
Processing Record 56 of Set 34 | Lake Worth
Processing Record 57 of Set 34 | Ricelake
Processing Record 58 of Set 34 | Myrtle Beach
Processing Record 59 of Set 34 | Seaside
Processing Record 60 of Set 34 | Fort Myers Beach
Processing Record 61 of Set 34 | Rice Lake
Processing Record 62 of Set 34 | Vancouver
Processing Record 63 of Set 34 | Los Angeles
Processing Record 64 of Set 34 | Flagstaff
Processing Record 65 of Set 34 | Everett
Processing Record 66 of Set 34 | Flagstaff
Processing Record 67 of Set 34 | Austin
Processing Record 68 of Set 34 | Overland Park
Processing Record 69 of Set 34 | Ocala
Processing Record 70 of Set 34 | Lowell
Processing Record 71 of Set 34 | Williamstown
Processing Record 72 of Set 34 | Mendota
Processing Record 73 of Set 34 | Graettinger
Processing Record 74 of Set 34 | Lewisburg
Processing Record 75 of Set 34 | Lakewood
Processing Record 76 of Set 34 | New Franklin
Processing Record 77 of Set 34 | Lakewood
Processing Record 78 of Set 34 | Leupp
Processing Record 79 of Set 34 | Dive
Processing Record 80 of Set 34 | Ocala
Processing Record 81 of Set 34 | Norwood
Processing Record 82 of Set 34 | Ocala
Processing Record 83 of Set 34 | Fulton County
Processing Record 84 of Set 34 | Lagrange
Processing Record 85 of Set 34 | Prosser
Processing Record 86 of Set 34 | Jackson
Processing Record 87 of Set 34 | Cape Coral
Processing Record 88 of Set 34 | Santa Barbara
Processing Record 89 of Set 34 | Santa Barbara
Processing Record 90 of Set 34 | Southington
Processing Record 91 of Set 34 | Bear Creek township
Processing Record 92 of Set 34 | Norwood
Processing Record 93 of Set 34 | Hurricane
Processing Record 94 of Set 34 | Boston
Processing Record 95 of Set 34 | Norwood
Processing Record 96 of Set 34 | Boise
Processing Record 97 of Set 34 | Santa Claus
Processing Record 98 of Set 34 | Mt. Vernon
Processing Record 99 of Set 34 | St. Charles
Processing Record 100 of Set 34 | Rochester
Processing Record 1 of Set 35 | Cross Run
Processing Record 2 of Set 35 | Poughkeepsie
Processing Record 3 of Set 35 | Washington Township
Processing Record 4 of Set 35 | Corona
Processing Record 5 of Set 35 | Corona
Processing Record 6 of Set 35 | Springfield
Processing Record 7 of Set 35 | Hillsboro/Purceville
Processing Record 8 of Set 35 | Endicott
Processing Record 9 of Set 35 | Woodbury
Processing Record 10 of Set 35 | Upper Ssaddle River
Processing Record 11 of Set 35 | Phoenix
Processing Record 12 of Set 35 | nan
Processing Record 13 of Set 35 | Cross Plains
Processing Record 14 of Set 35 | Hudsonville
Processing Record 15 of Set 35 | River Vale
Processing Record 16 of Set 35 | Dilley
Processing Record 17 of Set 35 | Grand Rapids
Processing Record 18 of Set 35 | Cambridge
Processing Record 19 of Set 35 | Kona
Processing Record 20 of Set 35 | Bayville
Processing Record 21 of Set 35 | Utica
Processing Record 22 of Set 35 | Cottonwood
Processing Record 23 of Set 35 | Augusta
Processing Record 24 of Set 35 | Bakersfield
Processing Record 25 of Set 35 | Bloomington
Processing Record 26 of Set 35 | Bloomington
Processing Record 27 of Set 35 | League City
Processing Record 28 of Set 35 | Kenosha
Processing Record 29 of Set 35 | Ocean Springs
Processing Record 30 of Set 35 | Battle Ground
Processing Record 31 of Set 35 | Exeter
Processing Record 32 of Set 35 | Jonesboro
Processing Record 33 of Set 35 | North East
Processing Record 34 of Set 35 | North Prairie
Processing Record 35 of Set 35 | Jackson Township
Processing Record 36 of Set 35 | Painesville
Processing Record 37 of Set 35 | Eatonville/Graham
Processing Record 38 of Set 35 | Leavenworth
Processing Record 39 of Set 35 | Sayreville
Processing Record 40 of Set 35 | Canton
Processing Record 41 of Set 35 | Estes Park
Processing Record 42 of Set 35 | Eagle
Processing Record 43 of Set 35 | Weatherford
Processing Record 44 of Set 35 | Ashland
Processing Record 45 of Set 35 | Sparta
Processing Record 46 of Set 35 | Ozona
Processing Record 47 of Set 35 | Wellfleet
Processing Record 48 of Set 35 | Westminster
Processing Record 49 of Set 35 | Sparta
Processing Record 50 of Set 35 | Laurel
Processing Record 51 of Set 35 | Pembroke
Processing Record 52 of Set 35 | Estes Park
Processing Record 53 of Set 35 | Fairfax
Processing Record 54 of Set 35 | Omaha
Processing Record 55 of Set 35 | Virginia Beach
Processing Record 56 of Set 35 | Utica
Processing Record 57 of Set 35 | Olympia
Processing Record 58 of Set 35 | Madison/Painesville line
Processing Record 59 of Set 35 | Bowling Green
Processing Record 60 of Set 35 | Issaquah
Processing Record 61 of Set 35 | Virginia Beach
Processing Record 62 of Set 35 | Breckenridge
Processing Record 63 of Set 35 | Burkesville
Processing Record 64 of Set 35 | Long Beach
Processing Record 65 of Set 35 | Clayton
Processing Record 66 of Set 35 | Clarksville
Processing Record 67 of Set 35 | Mastic beach
Processing Record 68 of Set 35 | Center Moriches
Processing Record 69 of Set 35 | Charles City
Processing Record 70 of Set 35 | Council Bluffs
Processing Record 71 of Set 35 | Atlanta
Processing Record 72 of Set 35 | Valparaiso
Processing Record 73 of Set 35 | Newburgh
Processing Record 74 of Set 35 | Tilene
Processing Record 75 of Set 35 | Pikeville
Processing Record 76 of Set 35 | Laughlintown
Processing Record 77 of Set 35 | Payson
Processing Record 78 of Set 35 | Englewood
Processing Record 79 of Set 35 | Perris
Processing Record 80 of Set 35 | Mt. Vernon
Processing Record 81 of Set 35 | Canton
Processing Record 82 of Set 35 | Aurora
Processing Record 83 of Set 35 | Maple Grove
Processing Record 84 of Set 35 | Sturbridge
Processing Record 85 of Set 35 | Bloomingdale
Processing Record 86 of Set 35 | Reading
Processing Record 87 of Set 35 | League City
Processing Record 88 of Set 35 | Pismo Beach
Processing Record 89 of Set 35 | Valatie
Processing Record 90 of Set 35 | Taos (rural; hunting area)
Processing Record 91 of Set 35 | Goffstown
Processing Record 92 of Set 35 | Taos
Processing Record 93 of Set 35 | West Henrietta
Processing Record 94 of Set 35 | Goffstown
Processing Record 95 of Set 35 | Fairfax
Processing Record 96 of Set 35 | Rio Rancho
Processing Record 97 of Set 35 | Naples
Processing Record 98 of Set 35 | North Providence
Processing Record 99 of Set 35 | Port Orchard
Processing Record 100 of Set 35 | Hattiesburg
Processing Record 1 of Set 36 | Clarksville
Processing Record 2 of Set 36 | Biddeford
Processing Record 3 of Set 36 | Vernal
Processing Record 4 of Set 36 | Crivitz
Processing Record 5 of Set 36 | Minnetonka
Processing Record 6 of Set 36 | Idyllwild
Processing Record 7 of Set 36 | Leyden
Processing Record 8 of Set 36 | Lobeland
Processing Record 9 of Set 36 | Weatherford
Processing Record 10 of Set 36 | Philadelphia
Processing Record 11 of Set 36 | Lake Oswego
Processing Record 12 of Set 36 | Big Bear
Processing Record 13 of Set 36 | Medford
Processing Record 14 of Set 36 | Liberty
Processing Record 15 of Set 36 | Prospect
Processing Record 16 of Set 36 | Alpine
Processing Record 17 of Set 36 | Watsonville
Processing Record 18 of Set 36 | Beaverton
Processing Record 19 of Set 36 | San Jose
Processing Record 20 of Set 36 | Effort
Processing Record 21 of Set 36 | Myrtle Point
Processing Record 22 of Set 36 | Oxnard
Processing Record 23 of Set 36 | Beloit
Processing Record 24 of Set 36 | Metropolis
Processing Record 25 of Set 36 | Landers
Processing Record 26 of Set 36 | Orlando
Processing Record 27 of Set 36 | San Ramon
Processing Record 28 of Set 36 | Austin
Processing Record 29 of Set 36 | Weddington
Processing Record 30 of Set 36 | Wantagh
Processing Record 31 of Set 36 | Metropolis
Processing Record 32 of Set 36 | Dunedin
Processing Record 33 of Set 36 | Long Beach
Processing Record 34 of Set 36 | Fairborn
Processing Record 35 of Set 36 | Fort Lauderdale
Processing Record 36 of Set 36 | Summersville
Processing Record 37 of Set 36 | Bardstown
Processing Record 38 of Set 36 | Nolanville
Processing Record 39 of Set 36 | Black River Falls
Processing Record 40 of Set 36 | Beloit
Processing Record 41 of Set 36 | Ozark
Processing Record 42 of Set 36 | Bethel
Processing Record 43 of Set 36 | Maplesville
Processing Record 44 of Set 36 | Evansville
Processing Record 45 of Set 36 | Mount Carmel
Processing Record 46 of Set 36 | Reno
Processing Record 47 of Set 36 | Somerset
Processing Record 48 of Set 36 | Lake Stevens
Processing Record 49 of Set 36 | Paragould
Processing Record 50 of Set 36 | Frazeysburg
Processing Record 51 of Set 36 | Eastlake
Processing Record 52 of Set 36 | Gilbert
Processing Record 53 of Set 36 | Sleepy Eye
Processing Record 54 of Set 36 | Kirkland
Processing Record 55 of Set 36 | Florence
Processing Record 56 of Set 36 | Trevose
Processing Record 57 of Set 36 | Alma
Processing Record 58 of Set 36 | Idaho Falls
Processing Record 59 of Set 36 | Farmington Hills
Processing Record 60 of Set 36 | Andrews
Processing Record 61 of Set 36 | New York City (Bronx)
Processing Record 62 of Set 36 | Netarts
Processing Record 63 of Set 36 | Roseburg
Processing Record 64 of Set 36 | Palm Harbor
Processing Record 65 of Set 36 | Astoria
Processing Record 66 of Set 36 | Cushing
Processing Record 67 of Set 36 | Manteno
Processing Record 68 of Set 36 | Hornell
Processing Record 69 of Set 36 | Fircrest
Processing Record 70 of Set 36 | North Port
Processing Record 71 of Set 36 | Samammish/Klahanie
Processing Record 72 of Set 36 | Lake Forest
Processing Record 73 of Set 36 | Clarksville
Processing Record 74 of Set 36 | Glenwood Springs
Processing Record 75 of Set 36 | Colorado Springs
Processing Record 76 of Set 36 | Hamer
Processing Record 77 of Set 36 | Wichita
Processing Record 78 of Set 36 | Alexandria
Processing Record 79 of Set 36 | Warren
Processing Record 80 of Set 36 | Jonesboro
Processing Record 81 of Set 36 | Boise
Processing Record 82 of Set 36 | Madera
Processing Record 83 of Set 36 | Lake Ann
Processing Record 84 of Set 36 | Bradenton
Processing Record 85 of Set 36 | Lockhart
Processing Record 86 of Set 36 | East Dummerston
Processing Record 87 of Set 36 | Lexington
Processing Record 88 of Set 36 | New London
Processing Record 89 of Set 36 | Alexandria
Processing Record 90 of Set 36 | South Gate
Processing Record 91 of Set 36 | Newburgh
Processing Record 92 of Set 36 | Boise
Processing Record 93 of Set 36 | Key Biscayne
Processing Record 94 of Set 36 | Lothian
Processing Record 95 of Set 36 | Altoona
Processing Record 96 of Set 36 | Cassendra
Processing Record 97 of Set 36 | Garden Grove
Processing Record 98 of Set 36 | Rosman
Processing Record 99 of Set 36 | Muscatine
Processing Record 100 of Set 36 | Corrales
Processing Record 1 of Set 37 | Cleveland (West Park)
Processing Record 2 of Set 37 | Puyallup
Processing Record 3 of Set 37 | Memphis
Processing Record 4 of Set 37 | Cocoa
Processing Record 5 of Set 37 | Flanders
Processing Record 6 of Set 37 | Kent
Processing Record 7 of Set 37 | Randsburg
Processing Record 8 of Set 37 | Sacramento
Processing Record 9 of Set 37 | Alexandria
Processing Record 10 of Set 37 | Grand Rapids
Processing Record 11 of Set 37 | Xenia
Processing Record 12 of Set 37 | Jordan
Processing Record 13 of Set 37 | Medfield
Processing Record 14 of Set 37 | Pensacola
Processing Record 15 of Set 37 | Shelley
Processing Record 16 of Set 37 | Woodbridge
Processing Record 17 of Set 37 | Camden
Processing Record 18 of Set 37 | Leavenworth
Processing Record 19 of Set 37 | Geneva
Processing Record 20 of Set 37 | Leavenworth
Processing Record 21 of Set 37 | Seeley Lake
Processing Record 22 of Set 37 | Reno
Processing Record 23 of Set 37 | Ashford
Processing Record 24 of Set 37 | Milwaukee
Processing Record 25 of Set 37 | College Park
Processing Record 26 of Set 37 | Portland
Processing Record 27 of Set 37 | Wichita
Processing Record 28 of Set 37 | Farmington Hills
Processing Record 29 of Set 37 | Savannah
Processing Record 30 of Set 37 | Paulsboro
Processing Record 31 of Set 37 | Paulsboro
Processing Record 32 of Set 37 | Chester
Processing Record 33 of Set 37 | Nottingham
Processing Record 34 of Set 37 | Onamia
Processing Record 35 of Set 37 | Apollo beach
Processing Record 36 of Set 37 | Medford
Processing Record 37 of Set 37 | Hilbert
Processing Record 38 of Set 37 | Albuquerque
Processing Record 39 of Set 37 | Northbrook
Processing Record 40 of Set 37 | Minnetonka
Processing Record 41 of Set 37 | Indianapolis
Processing Record 42 of Set 37 | Zimmerman
Processing Record 43 of Set 37 | Hayward
Processing Record 44 of Set 37 | Coco/St. Cloud (between)
Processing Record 45 of Set 37 | Otis
Processing Record 46 of Set 37 | Jackson
Processing Record 47 of Set 37 | Mount Horeb
Processing Record 48 of Set 37 | Belgrade Lakes
Processing Record 49 of Set 37 | Wallingford
Processing Record 50 of Set 37 | Fairfax
Processing Record 51 of Set 37 | West Warwick
Processing Record 52 of Set 37 | Hot Springs
Processing Record 53 of Set 37 | Salyersville
Processing Record 54 of Set 37 | American Fork
Processing Record 55 of Set 37 | Nobleboro
Processing Record 56 of Set 37 | Bartlesville
Processing Record 57 of Set 37 | Deer Lodge
Processing Record 58 of Set 37 | River Vale
Processing Record 59 of Set 37 | Watsonville
Processing Record 60 of Set 37 | New York City (Manhattan)
Processing Record 61 of Set 37 | Pine Bush
Processing Record 62 of Set 37 | Elizabeth
Processing Record 63 of Set 37 | Clermont
Processing Record 64 of Set 37 | Charleston
Processing Record 65 of Set 37 | Alpine
Processing Record 66 of Set 37 | Ukiah
Processing Record 67 of Set 37 | Lynnwood
Processing Record 68 of Set 37 | Seaside
Processing Record 69 of Set 37 | Creston
Processing Record 70 of Set 37 | Auburn
Processing Record 71 of Set 37 | Tonkawa
Processing Record 72 of Set 37 | Peninsula State Park
Processing Record 73 of Set 37 | Ann Arbor (E of; on S HWY 23)
Processing Record 74 of Set 37 | Kensington
Processing Record 75 of Set 37 | Milwaukee
Processing Record 76 of Set 37 | Dalton
Processing Record 77 of Set 37 | Shelton
Processing Record 78 of Set 37 | Hamilton
Processing Record 79 of Set 37 | Dahlonega
Processing Record 80 of Set 37 | Half Moon Bay/San Mateo (between; Hwy 9)
Processing Record 81 of Set 37 | Hamilton
Processing Record 82 of Set 37 | Laguna Hills
Processing Record 83 of Set 37 | Rockbridge
Processing Record 84 of Set 37 | Newnan
Processing Record 85 of Set 37 | Kahului
Processing Record 86 of Set 37 | Hazleton
Processing Record 87 of Set 37 | Colmor
Processing Record 88 of Set 37 | Grants Pass
Processing Record 89 of Set 37 | Atlantic Ocean (50 miles off NJ coast)
Processing Record 90 of Set 37 | Olympia
Processing Record 91 of Set 37 | Brentwood
Processing Record 92 of Set 37 | Hereford
Processing Record 93 of Set 37 | Glencoe
Processing Record 94 of Set 37 | Oak Creek
Processing Record 95 of Set 37 | Rockwall
Processing Record 96 of Set 37 | Atlantic Beach North Carolina
Processing Record 97 of Set 37 | Provo
Processing Record 98 of Set 37 | Winchendon
Processing Record 99 of Set 37 | Akron
Processing Record 100 of Set 37 | Salt Lake City Valley
Processing Record 1 of Set 38 | Payson
Processing Record 2 of Set 38 | Yuba City
Processing Record 3 of Set 38 | Rochester
Processing Record 4 of Set 38 | Memphis
Processing Record 5 of Set 38 | Schertz
Processing Record 6 of Set 38 | Mt. Vernon
Processing Record 7 of Set 38 | Alexandria
Processing Record 8 of Set 38 | Farmington Hills
Processing Record 9 of Set 38 | Greenville
Processing Record 10 of Set 38 | Clanton
Processing Record 11 of Set 38 | Ocala
Processing Record 12 of Set 38 | Cambridge
Processing Record 13 of Set 38 | Anchorage
Processing Record 14 of Set 38 | Winfield
Processing Record 15 of Set 38 | Tiburon
Processing Record 16 of Set 38 | Deming
Processing Record 17 of Set 38 | Comer
Processing Record 18 of Set 38 | Asheville
Processing Record 19 of Set 38 | Lebanon Junction
Processing Record 20 of Set 38 | New York City (Brooklyn)
Processing Record 21 of Set 38 | Concord
Processing Record 22 of Set 38 | Lakewood
Processing Record 23 of Set 38 | Hammond
Processing Record 24 of Set 38 | Saint Clair Shores (Canada)
Processing Record 25 of Set 38 | Lakewood
Processing Record 26 of Set 38 | Greencastle
Processing Record 27 of Set 38 | Abbott
Processing Record 28 of Set 38 | Minetto
Processing Record 29 of Set 38 | Bakersfield
Processing Record 30 of Set 38 | Oklahoma City
Processing Record 31 of Set 38 | Marietta
Processing Record 32 of Set 38 | Pendelton
Processing Record 33 of Set 38 | Kalamazoo
Processing Record 34 of Set 38 | Abilene
Processing Record 35 of Set 38 | Denver
Processing Record 36 of Set 38 | Las Cruces
Processing Record 37 of Set 38 | West Bountiful
Processing Record 38 of Set 38 | Woodbine
Processing Record 39 of Set 38 | Chesapeake
Processing Record 40 of Set 38 | Chico
Processing Record 41 of Set 38 | Fairfax
Processing Record 42 of Set 38 | Tacoma
Processing Record 43 of Set 38 | Waynesboro
Processing Record 44 of Set 38 | Utica
Processing Record 45 of Set 38 | Evansville
Processing Record 46 of Set 38 | Seattle
Processing Record 47 of Set 38 | Las Cruces
Processing Record 48 of Set 38 | Egg Harbor Township
Processing Record 49 of Set 38 | Las Cruces
Processing Record 50 of Set 38 | Pearce
Processing Record 51 of Set 38 | Las Cruces
Processing Record 52 of Set 38 | Alamogordo
Processing Record 53 of Set 38 | El Reno
Processing Record 54 of Set 38 | Modesto
Processing Record 55 of Set 38 | Garden State Parkway (near Atlantic City Xprsway, Exit 38 B)
Processing Record 56 of Set 38 | West Des Moines
Processing Record 57 of Set 38 | Fairfax
Processing Record 58 of Set 38 | Patterson
Processing Record 59 of Set 38 | Modesto
Processing Record 60 of Set 38 | Patterson
Processing Record 61 of Set 38 | Patterson
Processing Record 62 of Set 38 | Santa Cruz
Processing Record 63 of Set 38 | Leominster
Processing Record 64 of Set 38 | San Antonio
Processing Record 65 of Set 38 | Ivins
Processing Record 66 of Set 38 | Hudson
Processing Record 67 of Set 38 | Panama City
Processing Record 68 of Set 38 | Thompson's Station
Processing Record 69 of Set 38 | Lubbock
Processing Record 70 of Set 38 | Perkins
Processing Record 71 of Set 38 | Phoenix
Processing Record 72 of Set 38 | Phoenix
Processing Record 73 of Set 38 | Santa Claus
Processing Record 74 of Set 38 | North Palm Springs
Processing Record 75 of Set 38 | Brigantine
Processing Record 76 of Set 38 | Palm Springs
Processing Record 77 of Set 38 | Hyattsville
Processing Record 78 of Set 38 | Augusta
Processing Record 79 of Set 38 | Oklahoma City
Processing Record 80 of Set 38 | Cedar City
Processing Record 81 of Set 38 | Jarratt
Processing Record 82 of Set 38 | Everett
Processing Record 83 of Set 38 | Brigantine
Processing Record 84 of Set 38 | Point Pleasant Boro
Processing Record 85 of Set 38 | Columbia
Processing Record 86 of Set 38 | Lehigh Tunnel
Processing Record 87 of Set 38 | Charlotte
Processing Record 88 of Set 38 | Winchester
Processing Record 89 of Set 38 | Land O'Lakes
Processing Record 90 of Set 38 | Timpson
Processing Record 91 of Set 38 | Lawton
Processing Record 92 of Set 38 | Anahola
Processing Record 93 of Set 38 | Kapalua
Processing Record 94 of Set 38 | Aberdeen
Processing Record 95 of Set 38 | Macomb
Processing Record 96 of Set 38 | Sod
Processing Record 97 of Set 38 | Phoenix
Processing Record 98 of Set 38 | Catalina
Processing Record 99 of Set 38 | Leyner
Processing Record 100 of Set 38 | Hull
Processing Record 1 of Set 39 | Tulsa
Processing Record 2 of Set 39 | Gloversville
Processing Record 3 of Set 39 | Federal Way
Processing Record 4 of Set 39 | Grand Terrace
Processing Record 5 of Set 39 | Aurora
Processing Record 6 of Set 39 | Ocean Isle Beach
Processing Record 7 of Set 39 | Danville
Processing Record 8 of Set 39 | Newburgh
Processing Record 9 of Set 39 | Pasadena
Processing Record 10 of Set 39 | St. Augustine
Processing Record 11 of Set 39 | West Palm Beach
Processing Record 12 of Set 39 | Safety Harbor
Processing Record 13 of Set 39 | Parrish
Processing Record 14 of Set 39 | Crestwood
Processing Record 15 of Set 39 | New Port Richey
Processing Record 16 of Set 39 | Bellingham
Processing Record 17 of Set 39 | Knoxville
Processing Record 18 of Set 39 | Anderson
Processing Record 19 of Set 39 | Valdez
Processing Record 20 of Set 39 | Lake Orion
Processing Record 21 of Set 39 | Grand Terrace
Processing Record 22 of Set 39 | Santa Barbara
Processing Record 23 of Set 39 | Rio Rico
Processing Record 24 of Set 39 | Salem
Processing Record 25 of Set 39 | Post Falls
Processing Record 26 of Set 39 | Collierville
Processing Record 27 of Set 39 | Blytheville
Processing Record 28 of Set 39 | Wilkesboro
Processing Record 29 of Set 39 | Dayton
Processing Record 30 of Set 39 | Lincoln
Processing Record 31 of Set 39 | Richland Center
Processing Record 32 of Set 39 | Port Fidalgo
Processing Record 33 of Set 39 | Arvada
Processing Record 34 of Set 39 | Corolla
Processing Record 35 of Set 39 | Santa Barbara
Processing Record 36 of Set 39 | Norris City
Processing Record 37 of Set 39 | Kodiak
Processing Record 38 of Set 39 | Ocala
Processing Record 39 of Set 39 | Brigantine
Processing Record 40 of Set 39 | Lakeland
Processing Record 41 of Set 39 | Cortland
Processing Record 42 of Set 39 | Woodbine
Processing Record 43 of Set 39 | Harriman State Park
Processing Record 44 of Set 39 | Bend
Processing Record 45 of Set 39 | Dover
Processing Record 46 of Set 39 | Lake City
Processing Record 47 of Set 39 | Amherst
Processing Record 48 of Set 39 | Whitsett
Processing Record 49 of Set 39 | Isle of Palms
Processing Record 50 of Set 39 | Chatsworth
Processing Record 51 of Set 39 | Greeneville
Processing Record 52 of Set 39 | Aliquippa
Processing Record 53 of Set 39 | Syracuse
Processing Record 54 of Set 39 | Largo
Processing Record 55 of Set 39 | Charlestown
Processing Record 56 of Set 39 | Trinity
Processing Record 57 of Set 39 | Deerfield
Processing Record 58 of Set 39 | South Colorado Springs
Processing Record 59 of Set 39 | Boise
Processing Record 60 of Set 39 | Norfolk
Processing Record 61 of Set 39 | Marcus Hook
Processing Record 62 of Set 39 | Knoxville & Gatlinburg
Processing Record 63 of Set 39 | Centerville
Processing Record 64 of Set 39 | Samson
Processing Record 65 of Set 39 | Vienna
Processing Record 66 of Set 39 | Tampa
Processing Record 67 of Set 39 | Knoxville
Processing Record 68 of Set 39 | Midvale
Processing Record 69 of Set 39 | Pembroke
Processing Record 70 of Set 39 | Flushing (Queens)
Processing Record 71 of Set 39 | East Olympia
Processing Record 72 of Set 39 | Yukon
Processing Record 73 of Set 39 | Vancouver
Processing Record 74 of Set 39 | Duxbury
Processing Record 75 of Set 39 | Fish Haven
Processing Record 76 of Set 39 | Idaho Falls
Processing Record 77 of Set 39 | Manchester
Processing Record 78 of Set 39 | Brookneal
Processing Record 79 of Set 39 | Livingston
Processing Record 80 of Set 39 | Willard
Processing Record 81 of Set 39 | Lewis
Processing Record 82 of Set 39 | Harrisburg
Processing Record 83 of Set 39 | Vienna
Processing Record 84 of Set 39 | Bondurant
Processing Record 85 of Set 39 | Louisville
Processing Record 86 of Set 39 | Woonsocket
Processing Record 87 of Set 39 | West Chester
Processing Record 88 of Set 39 | Huntington
Processing Record 89 of Set 39 | West Chester
Processing Record 90 of Set 39 | Deerfield Townsship
Processing Record 91 of Set 39 | West Chester
Processing Record 92 of Set 39 | Apopka
Processing Record 93 of Set 39 | Lords Valley
Processing Record 94 of Set 39 | Wapiti
Processing Record 95 of Set 39 | Springfield
Processing Record 96 of Set 39 | Henning
Processing Record 97 of Set 39 | Wilmington
Processing Record 98 of Set 39 | Atlantic City
Processing Record 99 of Set 39 | Aguirre Springs
Processing Record 100 of Set 39 | South Bend
Processing Record 1 of Set 40 | Pembroke
Processing Record 2 of Set 40 | Deer Creek
Processing Record 3 of Set 40 | Rock Island
Processing Record 4 of Set 40 | Anderson
Processing Record 5 of Set 40 | Goffstown
Processing Record 6 of Set 40 | Fuquay Varina
Processing Record 7 of Set 40 | Lyndonville
Processing Record 8 of Set 40 | Branford
Processing Record 9 of Set 40 | Salt Lake City
Processing Record 10 of Set 40 | Oshkosh
Processing Record 11 of Set 40 | Saint Paul
Processing Record 12 of Set 40 | Monnroe
Processing Record 13 of Set 40 | Pembroke
Processing Record 14 of Set 40 | Alexandria
Processing Record 15 of Set 40 | Lords Valley
Processing Record 16 of Set 40 | Norwalk
Processing Record 17 of Set 40 | Holiday
Processing Record 18 of Set 40 | Boise
Processing Record 19 of Set 40 | Bar Harbor
Processing Record 20 of Set 40 | Hillsville
Processing Record 21 of Set 40 | Boonville
Processing Record 22 of Set 40 | Boulder City
Processing Record 23 of Set 40 | Wayne
Processing Record 24 of Set 40 | Midway
Processing Record 25 of Set 40 | Gouldsboro
Processing Record 26 of Set 40 | Dexter
Processing Record 27 of Set 40 | Hemet
Processing Record 28 of Set 40 | Marin County
Processing Record 29 of Set 40 | Ridgewood
Processing Record 30 of Set 40 | San Diego
Processing Record 31 of Set 40 | Hattieville
Processing Record 32 of Set 40 | Ashland
Processing Record 33 of Set 40 | Uncasville
Processing Record 34 of Set 40 | Empire
Processing Record 35 of Set 40 | Pensacola
Processing Record 36 of Set 40 | Decatur
Processing Record 37 of Set 40 | South Haven
Processing Record 38 of Set 40 | Great Falls
Processing Record 39 of Set 40 | St. Peter
Processing Record 40 of Set 40 | New Johnsonville
Processing Record 41 of Set 40 | Roseville
Processing Record 42 of Set 40 | Clarksville
Processing Record 43 of Set 40 | Los Angeles
Processing Record 44 of Set 40 | Lakeville
Processing Record 45 of Set 40 | Oologah
Processing Record 46 of Set 40 | Portland
Processing Record 47 of Set 40 | Manson
Processing Record 48 of Set 40 | Black Forest/Colorado Springs
Processing Record 49 of Set 40 | Clarksville
Processing Record 50 of Set 40 | Ararat
Processing Record 51 of Set 40 | Ararat
Processing Record 52 of Set 40 | Chattanooga
Processing Record 53 of Set 40 | Shreveport
Processing Record 54 of Set 40 | Astoria
Processing Record 55 of Set 40 | Los Angeles
Processing Record 56 of Set 40 | Walla Walla
Processing Record 57 of Set 40 | Pembroke
Processing Record 58 of Set 40 | Millbrook
Processing Record 59 of Set 40 | Lakeville
Processing Record 60 of Set 40 | Norwalk
Processing Record 61 of Set 40 | Fernandina Beach
Processing Record 62 of Set 40 | Shelby
Processing Record 63 of Set 40 | Sicklerville
Processing Record 64 of Set 40 | Folly Beach
Processing Record 65 of Set 40 | Albuquerque
Processing Record 66 of Set 40 | Albuquerque
Processing Record 67 of Set 40 | Folly Beach
Processing Record 68 of Set 40 | Isle of Palms
Processing Record 69 of Set 40 | Farmington
Processing Record 70 of Set 40 | Crow Agency
Processing Record 71 of Set 40 | Climax Springs
Processing Record 72 of Set 40 | Kossuth
Processing Record 73 of Set 40 | Victorville
Processing Record 74 of Set 40 | Nashua
Processing Record 75 of Set 40 | Newport
Processing Record 76 of Set 40 | Middleboro
Processing Record 77 of Set 40 | Spokane Valley
Processing Record 78 of Set 40 | Middleboro
Processing Record 79 of Set 40 | Sharon
Processing Record 80 of Set 40 | Southlake
Processing Record 81 of Set 40 | Southlake
Processing Record 82 of Set 40 | Folsom
Processing Record 83 of Set 40 | Crestview
Processing Record 84 of Set 40 | Charleston
Processing Record 85 of Set 40 | Williamsburg
Processing Record 86 of Set 40 | Orlando
Processing Record 87 of Set 40 | Hickory
Processing Record 88 of Set 40 | Brook Park
Processing Record 89 of Set 40 | Palm Desert
Processing Record 90 of Set 40 | San Pedro (off coast of)
Processing Record 91 of Set 40 | Watsonville
Processing Record 92 of Set 40 | Shoreline
Processing Record 93 of Set 40 | Maitland
Processing Record 94 of Set 40 | Salina (near)
Processing Record 95 of Set 40 | Puyallup
Processing Record 96 of Set 40 | Rio Rancho
Processing Record 97 of Set 40 | Corona
Processing Record 98 of Set 40 | Midlothian
Processing Record 99 of Set 40 | Kettle Falls
Processing Record 100 of Set 40 | Lake Stevens
Processing Record 1 of Set 41 | Clinton
Processing Record 2 of Set 41 | Rawlins
Processing Record 3 of Set 41 | Fort Lee
Processing Record 4 of Set 41 | Portland
Processing Record 5 of Set 41 | Pueblo West
Processing Record 6 of Set 41 | Tempe
Processing Record 7 of Set 41 | San Antonio
Processing Record 8 of Set 41 | Myrtle Beach
Processing Record 9 of Set 41 | Grass Valley
Processing Record 10 of Set 41 | Orlando
Processing Record 11 of Set 41 | San Clemente
Processing Record 12 of Set 41 | Saguaro Lake
Processing Record 13 of Set 41 | Richmond
Processing Record 14 of Set 41 | Newark
Processing Record 15 of Set 41 | Richmond
Processing Record 16 of Set 41 | Destin
Processing Record 17 of Set 41 | Fargo
Processing Record 18 of Set 41 | Foster
Processing Record 19 of Set 41 | Bayonne
Processing Record 20 of Set 41 | Freeport
Processing Record 21 of Set 41 | Waianae
Processing Record 22 of Set 41 | Cedar Lake
Processing Record 23 of Set 41 | Stigler
Processing Record 24 of Set 41 | Levittown
Processing Record 25 of Set 41 | Lake Elsinore
Processing Record 26 of Set 41 | Bridgewater
Processing Record 27 of Set 41 | Bellevue
Processing Record 28 of Set 41 | Etna
Processing Record 29 of Set 41 | El Dorado Hills
Processing Record 30 of Set 41 | Largo
Processing Record 31 of Set 41 | Gurnee
Processing Record 32 of Set 41 | Portland
Processing Record 33 of Set 41 | Bonne Terre
Processing Record 34 of Set 41 | North Charleston
Processing Record 35 of Set 41 | Ocala
Processing Record 36 of Set 41 | Clarksville
Processing Record 37 of Set 41 | Lexington
Processing Record 38 of Set 41 | Spokane
Processing Record 39 of Set 41 | Crystal Lake
Processing Record 40 of Set 41 | Boyd
Processing Record 41 of Set 41 | Elk Grove
Processing Record 42 of Set 41 | Poulsbo
Processing Record 43 of Set 41 | Alexandria
Processing Record 44 of Set 41 | Crystal Lake
Processing Record 45 of Set 41 | Aitkin
Processing Record 46 of Set 41 | Bentonville
Processing Record 47 of Set 41 | Philipsburg
Processing Record 48 of Set 41 | Adirondack
Processing Record 49 of Set 41 | Nantucket
Processing Record 50 of Set 41 | Alexandria
Processing Record 51 of Set 41 | Park Rapids
Processing Record 52 of Set 41 | Odum
Processing Record 53 of Set 41 | Port St. Lucie
Processing Record 54 of Set 41 | St. Francis
Processing Record 55 of Set 41 | Spokane
Processing Record 56 of Set 41 | New York City
Processing Record 57 of Set 41 | Delanson
Processing Record 58 of Set 41 | Lancaster
Processing Record 59 of Set 41 | Surf City
Processing Record 60 of Set 41 | North Topsail Beach
Processing Record 61 of Set 41 | Pearl (Cowdrey )
Processing Record 62 of Set 41 | Topsail Beach
Processing Record 63 of Set 41 | Clarksville
Processing Record 64 of Set 41 | Marion
Processing Record 65 of Set 41 | Decatur
Processing Record 66 of Set 41 | Pyramid Lake
Processing Record 67 of Set 41 | Colorado Springs
Processing Record 68 of Set 41 | Sugar Land
Processing Record 69 of Set 41 | Norris City
Processing Record 70 of Set 41 | Warwick
Processing Record 71 of Set 41 | Raleigh
Processing Record 72 of Set 41 | Kittitas
Processing Record 73 of Set 41 | Renton
Processing Record 74 of Set 41 | Keaau
Processing Record 75 of Set 41 | Bryson
Processing Record 76 of Set 41 | Round Rock
Processing Record 77 of Set 41 | Gastonia
Processing Record 78 of Set 41 | Ipswich
Processing Record 79 of Set 41 | Happy Valley
Processing Record 80 of Set 41 | Arlington
Processing Record 81 of Set 41 | Manchester
Processing Record 82 of Set 41 | Bayside
Processing Record 83 of Set 41 | Leominster
Processing Record 84 of Set 41 | Tukwila
Processing Record 85 of Set 41 | West Haven
Processing Record 86 of Set 41 | Rocky Point
Processing Record 87 of Set 41 | Plymouth
Processing Record 88 of Set 41 | Middletown
Processing Record 89 of Set 41 | New York City
Processing Record 90 of Set 41 | Killingly
Processing Record 91 of Set 41 | Champlin/Anoka
Processing Record 92 of Set 41 | Lynchburg
Processing Record 93 of Set 41 | Atlanta
Processing Record 94 of Set 41 | North Myrtle Beach
Processing Record 95 of Set 41 | Newton
Processing Record 96 of Set 41 | Pueblo
Processing Record 97 of Set 41 | Pueblo West
Processing Record 98 of Set 41 | Estes
Processing Record 99 of Set 41 | Westport
Processing Record 100 of Set 41 | St. Louis
Processing Record 1 of Set 42 | Star
Processing Record 2 of Set 42 | Boise
Processing Record 3 of Set 42 | Carson
Processing Record 4 of Set 42 | Alden
Processing Record 5 of Set 42 | Alden
Processing Record 6 of Set 42 | Spokane
Processing Record 7 of Set 42 | Loon Lake
Processing Record 8 of Set 42 | Marietta
Processing Record 9 of Set 42 | Grand Terrace
Processing Record 10 of Set 42 | Alexandria
Processing Record 11 of Set 42 | Rock Hill
Processing Record 12 of Set 42 | Walla Walla
Processing Record 13 of Set 42 | Helena
Processing Record 14 of Set 42 | Sussex
Processing Record 15 of Set 42 | Bakersfield
Processing Record 16 of Set 42 | Willingboro
Processing Record 17 of Set 42 | Farmington
Processing Record 18 of Set 42 | Norwalk
Processing Record 19 of Set 42 | Clarksville
Processing Record 20 of Set 42 | Lodge Grass
Processing Record 21 of Set 42 | Fargo
Processing Record 22 of Set 42 | Boiling Springs
Processing Record 23 of Set 42 | Clayville
Processing Record 24 of Set 42 | Albuquerque
Processing Record 25 of Set 42 | Oshkosh
Processing Record 26 of Set 42 | Royal Oak
Processing Record 27 of Set 42 | Nutley
Processing Record 28 of Set 42 | Louisville
Processing Record 29 of Set 42 | Nevada
Processing Record 30 of Set 42 | Seattle
Processing Record 31 of Set 42 | Canterbury
Processing Record 32 of Set 42 | Gateway
Processing Record 33 of Set 42 | Aurora
Processing Record 34 of Set 42 | Donalsonville
Processing Record 35 of Set 42 | Queens
Processing Record 36 of Set 42 | Sultan
Processing Record 37 of Set 42 | Bristol
Processing Record 38 of Set 42 | Reeves
Processing Record 39 of Set 42 | Jenks
Processing Record 40 of Set 42 | Rio Rancho
Processing Record 41 of Set 42 | Camarillo
Processing Record 42 of Set 42 | Moberly
Processing Record 43 of Set 42 | Sherman Oaks
Processing Record 44 of Set 42 | Woodbine
Processing Record 45 of Set 42 | Boise
Processing Record 46 of Set 42 | Logansport
Processing Record 47 of Set 42 | Johnstown
Processing Record 48 of Set 42 | Bozeman
Processing Record 49 of Set 42 | Ashland
Processing Record 50 of Set 42 | Bozeman
Processing Record 51 of Set 42 | Centreville
Processing Record 52 of Set 42 | Bethany Beach
Processing Record 53 of Set 42 | Boaz
Processing Record 54 of Set 42 | Ann Arbor
Processing Record 55 of Set 42 | New york
Processing Record 56 of Set 42 | Wailea
Processing Record 57 of Set 42 | West Jordan
Processing Record 58 of Set 42 | Carrollton
Processing Record 59 of Set 42 | Wales
Processing Record 60 of Set 42 | ZEPHYRHILLS
Processing Record 61 of Set 42 | Henderson
Processing Record 62 of Set 42 | Lindon
Processing Record 63 of Set 42 | Arlee
Processing Record 64 of Set 42 | Colorado springs
Processing Record 65 of Set 42 | Cornelius
Processing Record 66 of Set 42 | Greenbush
Processing Record 67 of Set 42 | Kissimmee
Processing Record 68 of Set 42 | Knoxville
Processing Record 69 of Set 42 | Lafayette
Processing Record 70 of Set 42 | Meridian
Processing Record 71 of Set 42 | Bristol
Processing Record 72 of Set 42 | Clayville
Processing Record 73 of Set 42 | Charlotte
Processing Record 74 of Set 42 | North Port
Processing Record 75 of Set 42 | Monument
Processing Record 76 of Set 42 | Fort Worth
Processing Record 77 of Set 42 | Mount Shasta
Processing Record 78 of Set 42 | Mount Shasta
Processing Record 79 of Set 42 | Palm Bay
Processing Record 80 of Set 42 | Galloway
Processing Record 81 of Set 42 | Denham Springs
Processing Record 82 of Set 42 | Camby
Processing Record 83 of Set 42 | Herald
Processing Record 84 of Set 42 | Fostoria
Processing Record 85 of Set 42 | Peshastin
Processing Record 86 of Set 42 | Franklinville
Processing Record 87 of Set 42 | Ashuelot
Processing Record 88 of Set 42 | Palmyra
Processing Record 89 of Set 42 | nan
Processing Record 90 of Set 42 | Santa Fe
Processing Record 91 of Set 42 | Roach
Processing Record 92 of Set 42 | Spokane
Processing Record 93 of Set 42 | North Port
Processing Record 94 of Set 42 | West San Fernando valley
Processing Record 95 of Set 42 | Warren
Processing Record 96 of Set 42 | Laredo
Processing Record 97 of Set 42 | Asheville
Processing Record 98 of Set 42 | Austin
Processing Record 99 of Set 42 | Altoona
Processing Record 100 of Set 42 | Benicia
Processing Record 1 of Set 43 | Little Rock
Processing Record 2 of Set 43 | Apache
Processing Record 3 of Set 43 | Atlantic City??
Processing Record 4 of Set 43 | Eufaula
Processing Record 5 of Set 43 | Alma
Processing Record 6 of Set 43 | Coker
Processing Record 7 of Set 43 | Keavy
Processing Record 8 of Set 43 | Spokane Valley
Processing Record 9 of Set 43 | La Verkin
Processing Record 10 of Set 43 | Chicago
Processing Record 11 of Set 43 | Surprise
Processing Record 12 of Set 43 | Farwell
Processing Record 13 of Set 43 | nan
Processing Record 14 of Set 43 | Racine
Processing Record 15 of Set 43 | Tracy
Processing Record 16 of Set 43 | Minnetonka
Processing Record 17 of Set 43 | Sandy
Processing Record 18 of Set 43 | Anaheim
Processing Record 19 of Set 43 | Stratford
Processing Record 20 of Set 43 | Piqua
Processing Record 21 of Set 43 | Cortez (north of; on Hwy 145)
Processing Record 22 of Set 43 | Cambridge
Processing Record 23 of Set 43 | Ellsworth
Processing Record 24 of Set 43 | Nantasket Beach
Processing Record 25 of Set 43 | South Kingstown
Processing Record 26 of Set 43 | Salt Lake City
Processing Record 27 of Set 43 | South Kingstown
Processing Record 28 of Set 43 | Cranston
Processing Record 29 of Set 43 | Aurora
Processing Record 30 of Set 43 | Columbia
Processing Record 31 of Set 43 | Dundalk
Processing Record 32 of Set 43 | Monroe
Processing Record 33 of Set 43 | Siesta Key
Processing Record 34 of Set 43 | Cincinnati
Processing Record 35 of Set 43 | Alpine
Processing Record 36 of Set 43 | Woodbridge
Processing Record 37 of Set 43 | Avon
Processing Record 38 of Set 43 | Meadville
Processing Record 39 of Set 43 | Woodbury
Processing Record 40 of Set 43 | Pittsburgh
Processing Record 41 of Set 43 | Gladstone
Processing Record 42 of Set 43 | Missoula
Processing Record 43 of Set 43 | De Pere
Processing Record 44 of Set 43 | Westbloomfield
Processing Record 45 of Set 43 | Kalamazoo
Processing Record 46 of Set 43 | St. Louis
Processing Record 47 of Set 43 | Chapmanville
Processing Record 48 of Set 43 | Newbury
Processing Record 49 of Set 43 | Tacoma
Processing Record 50 of Set 43 | Spokane
Processing Record 51 of Set 43 | Roscommon
Processing Record 52 of Set 43 | Madison
Processing Record 53 of Set 43 | Toms River
Processing Record 54 of Set 43 | Arlington
Processing Record 55 of Set 43 | Loveland
Processing Record 56 of Set 43 | Canton
Processing Record 57 of Set 43 | Pembroke
Processing Record 58 of Set 43 | Mountlake Terrace
Processing Record 59 of Set 43 | Livingston/Atwater (between)
Processing Record 60 of Set 43 | Logan
Processing Record 61 of Set 43 | Centreville
Processing Record 62 of Set 43 | Plano
Processing Record 63 of Set 43 | Putnam
Processing Record 64 of Set 43 | Norwalk
Processing Record 65 of Set 43 | Mckeesport
Processing Record 66 of Set 43 | Boiling Springs
Processing Record 67 of Set 43 | Minnetonka
Processing Record 68 of Set 43 | Coeur d'Alene
Processing Record 69 of Set 43 | Whitefish
Processing Record 70 of Set 43 | Bridgeport
Processing Record 71 of Set 43 | Redding
Processing Record 72 of Set 43 | Sarasota
Processing Record 73 of Set 43 | Charlotte
Processing Record 74 of Set 43 | Pembroke
Processing Record 75 of Set 43 | Bozeman
Processing Record 76 of Set 43 | Boise
Processing Record 77 of Set 43 | Bellingham
Processing Record 78 of Set 43 | Cedar Creek
Processing Record 79 of Set 43 | San Bernardino
Processing Record 80 of Set 43 | Bowling Green
Processing Record 81 of Set 43 | Union/North Powder/Baker CityHuntington, wildernes area
Processing Record 82 of Set 43 | Dayton
Processing Record 83 of Set 43 | Nags Head
Processing Record 84 of Set 43 | Burbank
Processing Record 85 of Set 43 | Lakeland/Nashville border
Processing Record 86 of Set 43 | Lakeland- Nashville line
Processing Record 87 of Set 43 | Pleasanton
Processing Record 88 of Set 43 | Chicopee
Processing Record 89 of Set 43 | Clearlake
Processing Record 90 of Set 43 | Madison
Processing Record 91 of Set 43 | Sunbury
Processing Record 92 of Set 43 | Sewell
Processing Record 93 of Set 43 | Boise
Processing Record 94 of Set 43 | Franklin-Alvadore
Processing Record 95 of Set 43 | Fruitland
Processing Record 96 of Set 43 | Shelby Township
Processing Record 97 of Set 43 | Vancouver
Processing Record 98 of Set 43 | Glenville
Processing Record 99 of Set 43 | Reidsville
Processing Record 100 of Set 43 | Des Moines
Processing Record 1 of Set 44 | Duluth
Processing Record 2 of Set 44 | Chesnee
Processing Record 3 of Set 44 | Floyd
Processing Record 4 of Set 44 | Arvada
Processing Record 5 of Set 44 | Elgin
Processing Record 6 of Set 44 | Monterey Park
Processing Record 7 of Set 44 | Newcastle
Processing Record 8 of Set 44 | Santa Maria
Processing Record 9 of Set 44 | Colorado Springs
Processing Record 10 of Set 44 | Stephenville
Processing Record 11 of Set 44 | Irvine
Processing Record 12 of Set 44 | Syracuse
Processing Record 13 of Set 44 | Sisters
Processing Record 14 of Set 44 | Boise
Processing Record 15 of Set 44 | Columbus
Processing Record 16 of Set 44 | Penna Turnpike I-476 S Lehigh Tunnel
Processing Record 17 of Set 44 | The Colony
Processing Record 18 of Set 44 | Nashua
Processing Record 19 of Set 44 | Walpole
Processing Record 20 of Set 44 | New Britain
Processing Record 21 of Set 44 | Bylas
Processing Record 22 of Set 44 | Union City
Processing Record 23 of Set 44 | Rockland
Processing Record 24 of Set 44 | Safford
Processing Record 25 of Set 44 | Pomerene
Processing Record 26 of Set 44 | Hamilton
Processing Record 27 of Set 44 | Calabasas
Processing Record 28 of Set 44 | Louisa
Processing Record 29 of Set 44 | Great Falls
Processing Record 30 of Set 44 | Murfreesboro
Processing Record 31 of Set 44 | Clarksville
Processing Record 32 of Set 44 | Marion
Processing Record 33 of Set 44 | Farmingdale
Processing Record 34 of Set 44 | Huntsville
Processing Record 35 of Set 44 | Harriman
Processing Record 36 of Set 44 | Durango
Processing Record 37 of Set 44 | Fairburn
Processing Record 38 of Set 44 | West Babylon
Processing Record 39 of Set 44 | Kickapoo
Processing Record 40 of Set 44 | Asbury Park
Processing Record 41 of Set 44 | Las Vegas
Processing Record 42 of Set 44 | Wilder
Processing Record 43 of Set 44 | Kiln
Processing Record 44 of Set 44 | Merrimack
Processing Record 45 of Set 44 | Scottsdale
Processing Record 46 of Set 44 | Billings
Processing Record 47 of Set 44 | Gig Harbor
Processing Record 48 of Set 44 | Manchester
Processing Record 49 of Set 44 | Evansville
Processing Record 50 of Set 44 | Quincy
Processing Record 51 of Set 44 | Harrison
Processing Record 52 of Set 44 | New Fairfield
Processing Record 53 of Set 44 | Springfield
Processing Record 54 of Set 44 | Anderson
Processing Record 55 of Set 44 | New Castle
Processing Record 56 of Set 44 | Wallingford
Processing Record 57 of Set 44 | Snellville
Processing Record 58 of Set 44 | Canal Point
Processing Record 59 of Set 44 | Maryville
Processing Record 60 of Set 44 | New Shoreham
Processing Record 61 of Set 44 | San Clemente
Processing Record 62 of Set 44 | Newark
Processing Record 63 of Set 44 | Westminster
Processing Record 64 of Set 44 | Pensacola
Processing Record 65 of Set 44 | Coralville
Processing Record 66 of Set 44 | Mt. Prospect
Processing Record 67 of Set 44 | Springfield/Columbus/Wrightstown
Processing Record 68 of Set 44 | Hawaii Kai
Processing Record 69 of Set 44 | Las Vegas
Processing Record 70 of Set 44 | Otis Orchards
Processing Record 71 of Set 44 | Dallastown
Processing Record 72 of Set 44 | San jacinto
Processing Record 73 of Set 44 | Southold
Processing Record 74 of Set 44 | Prudenville
Processing Record 75 of Set 44 | Kenneth City
Processing Record 76 of Set 44 | Los Angeles
Processing Record 77 of Set 44 | Greensburg
Processing Record 78 of Set 44 | Belington (Barbour Co. Fairgrounds)
Processing Record 79 of Set 44 | Lockhart
Processing Record 80 of Set 44 | Ocean City
Processing Record 81 of Set 44 | Ouray
Processing Record 82 of Set 44 | Columbia
Processing Record 83 of Set 44 | Phoenix
Processing Record 84 of Set 44 | Santa Fe
Processing Record 85 of Set 44 | Bridgewater
Processing Record 86 of Set 44 | Indianapolis
Processing Record 87 of Set 44 | modesto
Processing Record 88 of Set 44 | Kirkland
Processing Record 89 of Set 44 | Boulder
Processing Record 90 of Set 44 | Flushing
Processing Record 91 of Set 44 | Kent
Processing Record 92 of Set 44 | Lincoln Park
Processing Record 93 of Set 44 | Fargo
Processing Record 94 of Set 44 | Manchester
Processing Record 95 of Set 44 | Washougal
Processing Record 96 of Set 44 | Big Coppitt Key
Processing Record 97 of Set 44 | Jensen Beach
Processing Record 98 of Set 44 | Huntington
Processing Record 99 of Set 44 | Chesapeake
Processing Record 100 of Set 44 | Jacksonville
Processing Record 1 of Set 45 | Erie
Processing Record 2 of Set 45 | West Chester
Processing Record 3 of Set 45 | Kent
Processing Record 4 of Set 45 | Massapequa Park
Processing Record 5 of Set 45 | Ridge
Processing Record 6 of Set 45 | Lansing
Processing Record 7 of Set 45 | Antonito
Processing Record 8 of Set 45 | Fayetteville
Processing Record 9 of Set 45 | Port Charlotte
Processing Record 10 of Set 45 | Colville
Processing Record 11 of Set 45 | Bernalillo
Processing Record 12 of Set 45 | Colon
Processing Record 13 of Set 45 | Westport
Processing Record 14 of Set 45 | Justice
Processing Record 15 of Set 45 | Clinton
Processing Record 16 of Set 45 | New Brunswick
Processing Record 17 of Set 45 | Pueblo West
Processing Record 18 of Set 45 | Cecil
Processing Record 19 of Set 45 | Laurel
Processing Record 20 of Set 45 | Loyisvillet
Processing Record 21 of Set 45 | Williston
Processing Record 22 of Set 45 | Peabody
Processing Record 23 of Set 45 | Harlan
Processing Record 24 of Set 45 | Pico Rivera
Processing Record 25 of Set 45 | Palm Coast
Processing Record 26 of Set 45 | Palm Coast
Processing Record 27 of Set 45 | Hinesville
Processing Record 28 of Set 45 | Imperial Beach
Processing Record 29 of Set 45 | Canoga Park
Processing Record 30 of Set 45 | Homewood
Processing Record 31 of Set 45 | Beaumont
Processing Record 32 of Set 45 | Gadsden
Processing Record 33 of Set 45 | Walton
Processing Record 34 of Set 45 | Provincetown
Processing Record 35 of Set 45 | Burleson
Processing Record 36 of Set 45 | Fontana
Processing Record 37 of Set 45 | Scottsdale
Processing Record 38 of Set 45 | Port St. Lucie
Processing Record 39 of Set 45 | St. Cloud
Processing Record 40 of Set 45 | Glendale
Processing Record 41 of Set 45 | North Arlington
Processing Record 42 of Set 45 | Chicago
Processing Record 43 of Set 45 | Rich Hill
Processing Record 44 of Set 45 | Holladay
Processing Record 45 of Set 45 | Warren
Processing Record 46 of Set 45 | Ninilchik
Processing Record 47 of Set 45 | Pembroke
Processing Record 48 of Set 45 | Honolulu
Processing Record 49 of Set 45 | Morgan Maumelle
Processing Record 50 of Set 45 | Columbus
Processing Record 51 of Set 45 | Sevierville
Processing Record 52 of Set 45 | Alexandria
Processing Record 53 of Set 45 | Williamsburg
Processing Record 54 of Set 45 | Big Bear
Processing Record 55 of Set 45 | Oak Harbor
Processing Record 56 of Set 45 | Olmsted TWP
Processing Record 57 of Set 45 | Smithfield
Processing Record 58 of Set 45 | Highland Lakes
Processing Record 59 of Set 45 | Bena
Processing Record 60 of Set 45 | Jersey City
Processing Record 61 of Set 45 | Honululu
Processing Record 62 of Set 45 | Euclid
Processing Record 63 of Set 45 | Lancaster
Processing Record 64 of Set 45 | Roseville
Processing Record 65 of Set 45 | Rockaway Beach
Processing Record 66 of Set 45 | Huntingtown
Processing Record 67 of Set 45 | New Port Richey
Processing Record 68 of Set 45 | Boca Raton
Processing Record 69 of Set 45 | Sanibel Island
Processing Record 70 of Set 45 | Champions Gate
Processing Record 71 of Set 45 | Davie
Processing Record 72 of Set 45 | Monett
Processing Record 73 of Set 45 | Moran
Processing Record 74 of Set 45 | Huntington
Processing Record 75 of Set 45 | Sacramento
Processing Record 76 of Set 45 | Lebanon
Processing Record 77 of Set 45 | Columbia
Processing Record 78 of Set 45 | Mebane
Processing Record 79 of Set 45 | Vernon Rockville
Processing Record 80 of Set 45 | Hudson
Processing Record 81 of Set 45 | Boise
Processing Record 82 of Set 45 | Morrisonville
Processing Record 83 of Set 45 | Clearwater
Processing Record 84 of Set 45 | Newburgh
Processing Record 85 of Set 45 | Littleton/Chatfield area
Processing Record 86 of Set 45 | gainesville
Processing Record 87 of Set 45 | Athens
Processing Record 88 of Set 45 | Winona
Processing Record 89 of Set 45 | Longboat Key
Processing Record 90 of Set 45 | Des Moines
City not found. Skipping...
Processing Record 91 of Set 45 | Moravia
Processing Record 92 of Set 45 | Saint Joseph
Processing Record 93 of Set 45 | Saint Louis
Processing Record 94 of Set 45 | Oregon Idaho border
Processing Record 95 of Set 45 | Bradenton
Processing Record 96 of Set 45 | South Berwick
Processing Record 97 of Set 45 | York Beach
Processing Record 98 of Set 45 | York
Processing Record 99 of Set 45 | Marlton
Processing Record 100 of Set 45 | Gardner
Processing Record 1 of Set 46 | Norwalk
Processing Record 2 of Set 46 | Houston
Processing Record 3 of Set 46 | Alexandria
Processing Record 4 of Set 46 | Dixon
Processing Record 5 of Set 46 | Helena
Processing Record 6 of Set 46 | Pungo
Processing Record 7 of Set 46 | Lone Pine
Processing Record 8 of Set 46 | Lakewood
Processing Record 9 of Set 46 | Derby (near)
Processing Record 10 of Set 46 | Boise
Processing Record 11 of Set 46 | Indianapolis
Processing Record 12 of Set 46 | Warren
Processing Record 13 of Set 46 | Oro Valley
Processing Record 14 of Set 46 | Middleboro
Processing Record 15 of Set 46 | Kanab
Processing Record 16 of Set 46 | Pine Grove
Processing Record 17 of Set 46 | Noble
Processing Record 18 of Set 46 | Maidens
Processing Record 19 of Set 46 | Garden City
Processing Record 20 of Set 46 | Wimberley
Processing Record 21 of Set 46 | Las Vegas
Processing Record 22 of Set 46 | Sterling Heights
Processing Record 23 of Set 46 | Akron
Processing Record 24 of Set 46 | Oak Island
Processing Record 25 of Set 46 | North Port
Processing Record 26 of Set 46 | Newburgh
Processing Record 27 of Set 46 | Yale
Processing Record 28 of Set 46 | Pembroke
Processing Record 29 of Set 46 | New Haven
Processing Record 30 of Set 46 | Roseville
Processing Record 31 of Set 46 | Ashby
Processing Record 32 of Set 46 | Ware
Processing Record 33 of Set 46 | Richmond
Processing Record 34 of Set 46 | Stevensville
Processing Record 35 of Set 46 | Wichita
Processing Record 36 of Set 46 | Los Angeles
Processing Record 37 of Set 46 | Los Angeles
Processing Record 38 of Set 46 | Ruskin (near)
Processing Record 39 of Set 46 | Greensboro
Processing Record 40 of Set 46 | Manhattan
Processing Record 41 of Set 46 | Broadhead
Processing Record 42 of Set 46 | Kingsley
Processing Record 43 of Set 46 | Santee
Processing Record 44 of Set 46 | Canton
Processing Record 45 of Set 46 | Lebanon
Processing Record 46 of Set 46 | Pittsburgh
Processing Record 47 of Set 46 | Colorado Springs/Fountain city border
Processing Record 48 of Set 46 | Yachats
Processing Record 49 of Set 46 | Mammoth Lakes
Processing Record 50 of Set 46 | Santa Claus
Processing Record 51 of Set 46 | Exline
Processing Record 52 of Set 46 | Cary
Processing Record 53 of Set 46 | Chicago
Processing Record 54 of Set 46 | Mercer Island
Processing Record 55 of Set 46 | Kannapolis
Processing Record 56 of Set 46 | Louisville
Processing Record 57 of Set 46 | Kannapolis
Processing Record 58 of Set 46 | Muncie
Processing Record 59 of Set 46 | Zimmerman
Processing Record 60 of Set 46 | Orr
Processing Record 61 of Set 46 | Oro Valley
Processing Record 62 of Set 46 | Marietta
Processing Record 63 of Set 46 | Dayton
Processing Record 64 of Set 46 | Allison Park
Processing Record 65 of Set 46 | Corte Madera
Processing Record 66 of Set 46 | Wildomar
Processing Record 67 of Set 46 | Gold Canyon
Processing Record 68 of Set 46 | Terryville
Processing Record 69 of Set 46 | Santa Claus
Processing Record 70 of Set 46 | Monticello
Processing Record 71 of Set 46 | Flora
Processing Record 72 of Set 46 | Wadsworth
Processing Record 73 of Set 46 | West Bowmanstown
Processing Record 74 of Set 46 | Edisto
Processing Record 75 of Set 46 | American Falls
Processing Record 76 of Set 46 | Lake City
Processing Record 77 of Set 46 | Woodbine
Processing Record 78 of Set 46 | Nesquehoning
Processing Record 79 of Set 46 | Wilkes Barre
Processing Record 80 of Set 46 | Anderson
Processing Record 81 of Set 46 | Freeport
Processing Record 82 of Set 46 | Cambridge
Processing Record 83 of Set 46 | Abilene
Processing Record 84 of Set 46 | Albuquerque
Processing Record 85 of Set 46 | Shamong
Processing Record 86 of Set 46 | Rogerson
Processing Record 87 of Set 46 | Tybee Island
Processing Record 88 of Set 46 | Greenville
Processing Record 89 of Set 46 | Brick
Processing Record 90 of Set 46 | Savannah
Processing Record 91 of Set 46 | River Vale
Processing Record 92 of Set 46 | Newburgh
Processing Record 93 of Set 46 | Tacoma
Processing Record 94 of Set 46 | Mayport
Processing Record 95 of Set 46 | Miramar
Processing Record 96 of Set 46 | Lakeland
Processing Record 97 of Set 46 | Fort Lauderdale
Processing Record 98 of Set 46 | Washington twp
Processing Record 99 of Set 46 | New Harbor
Processing Record 100 of Set 46 | Dammeron Valley
Processing Record 1 of Set 47 | Jacksonville
Processing Record 2 of Set 47 | Tacoma
Processing Record 3 of Set 47 | Rankin
Processing Record 4 of Set 47 | Danville
Processing Record 5 of Set 47 | Ladson
Processing Record 6 of Set 47 | Flagstaff
Processing Record 7 of Set 47 | Alva
Processing Record 8 of Set 47 | Milwaukee
Processing Record 9 of Set 47 | Nevada
Processing Record 10 of Set 47 | Santa Fe
Processing Record 11 of Set 47 | Newark Airport
Processing Record 12 of Set 47 | Alexandria
Processing Record 13 of Set 47 | Philadelphia
Processing Record 14 of Set 47 | Marshall
Processing Record 15 of Set 47 | Lake Hopatcong
Processing Record 16 of Set 47 | Byram
Processing Record 17 of Set 47 | Edisto Island
Processing Record 18 of Set 47 | Elizabeth
Processing Record 19 of Set 47 | Hamden
Processing Record 20 of Set 47 | Frederick
Processing Record 21 of Set 47 | Medford
Processing Record 22 of Set 47 | Mountlake Terrace
Processing Record 23 of Set 47 | Chalfont
Processing Record 24 of Set 47 | Kaysville
Processing Record 25 of Set 47 | Las Vegas
Processing Record 26 of Set 47 | Largo
Processing Record 27 of Set 47 | Farmington Hills
Processing Record 28 of Set 47 | Statesville
Processing Record 29 of Set 47 | Hwy 168
Processing Record 30 of Set 47 | Brookhaven
Processing Record 31 of Set 47 | San Diego
Processing Record 32 of Set 47 | Middleburg
Processing Record 33 of Set 47 | Bristol
Processing Record 34 of Set 47 | Pittsburgh
Processing Record 35 of Set 47 | Dalton
Processing Record 36 of Set 47 | Orchard Lake
Processing Record 37 of Set 47 | Belen
Processing Record 38 of Set 47 | Belen
Processing Record 39 of Set 47 | Omaha
Processing Record 40 of Set 47 | Tinley park
Processing Record 41 of Set 47 | Baltimore
Processing Record 42 of Set 47 | Jay
Processing Record 43 of Set 47 | Las Vegas
Processing Record 44 of Set 47 | North Smithfield
Processing Record 45 of Set 47 | Mint Hill
Processing Record 46 of Set 47 | Foresthill
Processing Record 47 of Set 47 | Clayville
Processing Record 48 of Set 47 | Long Valley
Processing Record 49 of Set 47 | Bradenton
Processing Record 50 of Set 47 | Fayetteville
Processing Record 51 of Set 47 | Beacon
Processing Record 52 of Set 47 | Wilmore
Processing Record 53 of Set 47 | Madison
Processing Record 54 of Set 47 | Glenview
Processing Record 55 of Set 47 | Lexington
Processing Record 56 of Set 47 | Plano
Processing Record 57 of Set 47 | Boise
Processing Record 58 of Set 47 | Newburgh
Processing Record 59 of Set 47 | Lakeland
Processing Record 60 of Set 47 | Suitland
Processing Record 61 of Set 47 | Lincoln Park
Processing Record 62 of Set 47 | McBean
Processing Record 63 of Set 47 | Charlottesville
Processing Record 64 of Set 47 | Lakewood
Processing Record 65 of Set 47 | Greer
Processing Record 66 of Set 47 | Independence
Processing Record 67 of Set 47 | Cleveland
Processing Record 68 of Set 47 | Hixton
Processing Record 69 of Set 47 | San Clemente
Processing Record 70 of Set 47 | Kansas City
Processing Record 71 of Set 47 | Kansas City
Processing Record 72 of Set 47 | Kansas City
Processing Record 73 of Set 47 | Kansas City
Processing Record 74 of Set 47 | Liberty
Processing Record 75 of Set 47 | Hanover
Processing Record 76 of Set 47 | Hamptons
Processing Record 77 of Set 47 | Charles Town
Processing Record 78 of Set 47 | Ball Ground
Processing Record 79 of Set 47 | Salt Lake City
Processing Record 80 of Set 47 | Orlando
Processing Record 81 of Set 47 | Redding
Processing Record 82 of Set 47 | Hardy
Processing Record 83 of Set 47 | Smithville
Processing Record 84 of Set 47 | Orlando
Processing Record 85 of Set 47 | Chelyan
Processing Record 86 of Set 47 | Phoenix
Processing Record 87 of Set 47 | Carlinville
Processing Record 88 of Set 47 | Carrollton
Processing Record 89 of Set 47 | East Alton
Processing Record 90 of Set 47 | Heppner
Processing Record 91 of Set 47 | Clay
Processing Record 92 of Set 47 | Oakley
Processing Record 93 of Set 47 | Skokie
Processing Record 94 of Set 47 | Oak Creek/Sedona
Processing Record 95 of Set 47 | Savannah
Processing Record 96 of Set 47 | Savannah
Processing Record 97 of Set 47 | Ruidoso
Processing Record 98 of Set 47 | Brookville
Processing Record 99 of Set 47 | Sicklerville
Processing Record 100 of Set 47 | New Castle
Processing Record 1 of Set 48 | Troy
Processing Record 2 of Set 48 | Germantown
Processing Record 3 of Set 48 | Dayton
Processing Record 4 of Set 48 | Hagerstown
Processing Record 5 of Set 48 | Middletown
Processing Record 6 of Set 48 | Fairborn
Processing Record 7 of Set 48 | Ocean City
Processing Record 8 of Set 48 | London
Processing Record 9 of Set 48 | Savannah
Processing Record 10 of Set 48 | Fishers
Processing Record 11 of Set 48 | Sacramento
Processing Record 12 of Set 48 | Cumming
Processing Record 13 of Set 48 | Casper
Processing Record 14 of Set 48 | Casper
Processing Record 15 of Set 48 | St. George
Processing Record 16 of Set 48 | Marathon
Processing Record 17 of Set 48 | Durand
City not found. Skipping...
Processing Record 18 of Set 48 | Dexter
Processing Record 19 of Set 48 | South San Francisco
Processing Record 20 of Set 48 | Stevensville
Processing Record 21 of Set 48 | Everett
Processing Record 22 of Set 48 | Naples
Processing Record 23 of Set 48 | Challis
Processing Record 24 of Set 48 | Asher
Processing Record 25 of Set 48 | Newington
Processing Record 26 of Set 48 | Helena
Processing Record 27 of Set 48 | Chesapeake
Processing Record 28 of Set 48 | Clifton Forge
Processing Record 29 of Set 48 | Mount Pleasant
Processing Record 30 of Set 48 | Pottsville
Processing Record 31 of Set 48 | Fairfax
Processing Record 32 of Set 48 | North Port
Processing Record 33 of Set 48 | Minneapolis
Processing Record 34 of Set 48 | Norwalk
Processing Record 35 of Set 48 | St. Joe
Processing Record 36 of Set 48 | Phoenix
Processing Record 37 of Set 48 | Sunrise
Processing Record 38 of Set 48 | Sebring
Processing Record 39 of Set 48 | Hayti (outside of)
Processing Record 40 of Set 48 | Lakewood
Processing Record 41 of Set 48 | Forks
Processing Record 42 of Set 48 | St. Paul
Processing Record 43 of Set 48 | Newcastle
Processing Record 44 of Set 48 | Charles Town
Processing Record 45 of Set 48 | Madison
Processing Record 46 of Set 48 | Weyers Cave
Processing Record 47 of Set 48 | Astoria
Processing Record 48 of Set 48 | Baldwin Park
Processing Record 49 of Set 48 | Portland
Processing Record 50 of Set 48 | Midvale
Processing Record 51 of Set 48 | Sugar Hill
Processing Record 52 of Set 48 | Delta
Processing Record 53 of Set 48 | Newburgh
Processing Record 54 of Set 48 | Ball Ground
Processing Record 55 of Set 48 | Placerville
Processing Record 56 of Set 48 | Colville
Processing Record 57 of Set 48 | Sherman Oaks
Processing Record 58 of Set 48 | Cherry Grove
Processing Record 59 of Set 48 | Stow
Processing Record 60 of Set 48 | Martinsburg
Processing Record 61 of Set 48 | Maitland
Processing Record 62 of Set 48 | Indianapolis
Processing Record 63 of Set 48 | Salem
Processing Record 64 of Set 48 | Taylorsville
Processing Record 65 of Set 48 | Palmer
Processing Record 66 of Set 48 | York
Processing Record 67 of Set 48 | York
Processing Record 68 of Set 48 | Catonsville
Processing Record 69 of Set 48 | Atlanta
Processing Record 70 of Set 48 | Tulsa
Processing Record 71 of Set 48 | Gadsden
Processing Record 72 of Set 48 | Larue
Processing Record 73 of Set 48 | Dunbar
Processing Record 74 of Set 48 | Spokane
Processing Record 75 of Set 48 | Jordan
Processing Record 76 of Set 48 | Schaumburg
Processing Record 77 of Set 48 | Scotts Mills
Processing Record 78 of Set 48 | Helena
Processing Record 79 of Set 48 | Newburgh
Processing Record 80 of Set 48 | Sumrall
Processing Record 81 of Set 48 | National City
Processing Record 82 of Set 48 | Leander
Processing Record 83 of Set 48 | Waterford
Processing Record 84 of Set 48 | Melbourne Beach
Processing Record 85 of Set 48 | Socorro
Processing Record 86 of Set 48 | Cambridge
Processing Record 87 of Set 48 | Millerton
Processing Record 88 of Set 48 | Tulsa
Processing Record 89 of Set 48 | Lawton
Processing Record 90 of Set 48 | Newburgh
Processing Record 91 of Set 48 | Port Saint Lucie
Processing Record 92 of Set 48 | Center Rutland
Processing Record 93 of Set 48 | Carrizozo
Processing Record 94 of Set 48 | Punta Gorda
Processing Record 95 of Set 48 | Blacklick
Processing Record 96 of Set 48 | Helena
Processing Record 97 of Set 48 | Wolfe
Processing Record 98 of Set 48 | Victorville
Processing Record 99 of Set 48 | Ackerman
Processing Record 100 of Set 48 | Ogden
Processing Record 1 of Set 49 | Pasadena
Processing Record 2 of Set 49 | Hermosa Beach
Processing Record 3 of Set 49 | Surprise
Processing Record 4 of Set 49 | Thermal
Processing Record 5 of Set 49 | Brandon
Processing Record 6 of Set 49 | Prairie du Chien
Processing Record 7 of Set 49 | Elfrida
Processing Record 8 of Set 49 | Sequoia National Park
Processing Record 9 of Set 49 | Millerton
Processing Record 10 of Set 49 | Boise
Processing Record 11 of Set 49 | Lombard
Processing Record 12 of Set 49 | Anderson
Processing Record 13 of Set 49 | Edison
Processing Record 14 of Set 49 | Miles City
Processing Record 15 of Set 49 | Council Bluffs
Processing Record 16 of Set 49 | Bridgewater
Processing Record 17 of Set 49 | Gresham
Processing Record 18 of Set 49 | Dublin
Processing Record 19 of Set 49 | Scottsdale
Processing Record 20 of Set 49 | Detroit
Processing Record 21 of Set 49 | Fripp Islands
Processing Record 22 of Set 49 | North Brook
Processing Record 23 of Set 49 | Antero Junction
Processing Record 24 of Set 49 | Tybee Island
Processing Record 25 of Set 49 | Ball Ground
Processing Record 26 of Set 49 | Bath
Processing Record 27 of Set 49 | New Bedford
Processing Record 28 of Set 49 | Huntsville
Processing Record 29 of Set 49 | Sayre
Processing Record 30 of Set 49 | Alameda
Processing Record 31 of Set 49 | Gulf Breeze
Processing Record 32 of Set 49 | Council Bluffs
Processing Record 33 of Set 49 | Calabasas
Processing Record 34 of Set 49 | Las Vegas
Processing Record 35 of Set 49 | Evansville
Processing Record 36 of Set 49 | Ashland
Processing Record 37 of Set 49 | Minnepolis
Processing Record 38 of Set 49 | Manhattan
Processing Record 39 of Set 49 | Redding
Processing Record 40 of Set 49 | Ka’anapali
Processing Record 41 of Set 49 | Spencer
Processing Record 42 of Set 49 | Highland
Processing Record 43 of Set 49 | Highland
Processing Record 44 of Set 49 | Rockford
Processing Record 45 of Set 49 | Wyndmoor
Processing Record 46 of Set 49 | Clifton
Processing Record 47 of Set 49 | Wichita
Processing Record 48 of Set 49 | Mountlake Terrace
Processing Record 49 of Set 49 | Evansville
Processing Record 50 of Set 49 | Lincoln
Processing Record 51 of Set 49 | Ruidoso
Processing Record 52 of Set 49 | Ruidoso
Processing Record 53 of Set 49 | Manitowoc
Processing Record 54 of Set 49 | Indian Orchard
Processing Record 55 of Set 49 | Port Angeles
Processing Record 56 of Set 49 | Port Angeles
Processing Record 57 of Set 49 | Woodbine
Processing Record 58 of Set 49 | Northbrook
Processing Record 59 of Set 49 | Clovis
Processing Record 60 of Set 49 | New Bloomfield
Processing Record 61 of Set 49 | Boise
Processing Record 62 of Set 49 | Gilbert
Processing Record 63 of Set 49 | Kennard
Processing Record 64 of Set 49 | Tracy
Processing Record 65 of Set 49 | Appleton
Processing Record 66 of Set 49 | Carlsbad
Processing Record 67 of Set 49 | Harrison
Processing Record 68 of Set 49 | Milwaukee
Processing Record 69 of Set 49 | Wernersville
Processing Record 70 of Set 49 | Roseville
Processing Record 71 of Set 49 | New Brighton
Processing Record 72 of Set 49 | New Brunswick
Processing Record 73 of Set 49 | Artesia
Processing Record 74 of Set 49 | West Hills
Processing Record 75 of Set 49 | Gillette
Processing Record 76 of Set 49 | Harrison
Processing Record 77 of Set 49 | Houghton
Processing Record 78 of Set 49 | Rosine
Processing Record 79 of Set 49 | South Bend
Processing Record 80 of Set 49 | Miami
Processing Record 81 of Set 49 | Evansville
Processing Record 82 of Set 49 | Fayetteville
Processing Record 83 of Set 49 | San Jose
Processing Record 84 of Set 49 | Spokane
Processing Record 85 of Set 49 | Mt. Calm
Processing Record 86 of Set 49 | Leavenworth
Processing Record 87 of Set 49 | Williston
Processing Record 88 of Set 49 | Raleigh
Processing Record 89 of Set 49 | Lincoln
Processing Record 90 of Set 49 | Fayetteville
Processing Record 91 of Set 49 | Barrington
Processing Record 92 of Set 49 | Miami
Processing Record 93 of Set 49 | Fulton
Processing Record 94 of Set 49 | Harrison
Processing Record 95 of Set 49 | Fayetteville
Processing Record 96 of Set 49 | Bristow
Processing Record 97 of Set 49 | Millersville
Processing Record 98 of Set 49 | Grant-Valkaria
Processing Record 99 of Set 49 | Grant-Valkaria
Processing Record 100 of Set 49 | Ball Ground
Processing Record 1 of Set 50 | Boise
Processing Record 2 of Set 50 | Fort Myers
Processing Record 3 of Set 50 | Pilot Mountain
Processing Record 4 of Set 50 | Monroe
Processing Record 5 of Set 50 | Greenfield
Processing Record 6 of Set 50 | Durango
Processing Record 7 of Set 50 | Burlington
Processing Record 8 of Set 50 | Norwalk
Processing Record 9 of Set 50 | Patagonia
Processing Record 10 of Set 50 | Newburgh
Processing Record 11 of Set 50 | West Springfield
Processing Record 12 of Set 50 | Norwalk
Processing Record 13 of Set 50 | Newburgh
Processing Record 14 of Set 50 | Oro Valley
Processing Record 15 of Set 50 | Cambridge
Processing Record 16 of Set 50 | Middleboro
Processing Record 17 of Set 50 | Mackay
Processing Record 18 of Set 50 | Walworth
Processing Record 19 of Set 50 | Rockmart
Processing Record 20 of Set 50 | Trenton
Processing Record 21 of Set 50 | Newburgh
Processing Record 22 of Set 50 | North Port
Processing Record 23 of Set 50 | Jackson
Processing Record 24 of Set 50 | Williamsport
Processing Record 25 of Set 50 | Estes Park
Processing Record 26 of Set 50 | Boca Raton
Processing Record 27 of Set 50 | Loves Park
Processing Record 28 of Set 50 | Greeley
Processing Record 29 of Set 50 | Sudbury
Processing Record 30 of Set 50 | Norwalk
Processing Record 31 of Set 50 | Cambridge
Processing Record 32 of Set 50 | Helotes
Processing Record 33 of Set 50 | Raleigh
Processing Record 34 of Set 50 | Little Rock
Processing Record 35 of Set 50 | Mountlake Terrace
Processing Record 36 of Set 50 | Verona
Processing Record 37 of Set 50 | Tahlequah
Processing Record 38 of Set 50 | Uvalda
Processing Record 39 of Set 50 | Billings
Processing Record 40 of Set 50 | Newburgh
Processing Record 41 of Set 50 | Blythe
Processing Record 42 of Set 50 | Merrimack
Processing Record 43 of Set 50 | Harrison
Processing Record 44 of Set 50 | Indian Trail
Processing Record 45 of Set 50 | Farmington Hills
Processing Record 46 of Set 50 | Lothian
Processing Record 47 of Set 50 | Venice
Processing Record 48 of Set 50 | Fayetteville
Processing Record 49 of Set 50 | Mountlake Terrace
Processing Record 50 of Set 50 | Bridgeville
Processing Record 51 of Set 50 | Newington
Processing Record 52 of Set 50 | Mountlake Terrace
Processing Record 53 of Set 50 | Mora
Processing Record 54 of Set 50 | Helena
Processing Record 55 of Set 50 | Mountlake Terrace
Processing Record 56 of Set 50 | Las Vegas
Processing Record 57 of Set 50 | Peshtigo
Processing Record 58 of Set 50 | Henderson
Processing Record 59 of Set 50 | Boonville
Processing Record 60 of Set 50 | Milton
Processing Record 61 of Set 50 | Pittsburgh
Processing Record 62 of Set 50 | Mesa
Processing Record 63 of Set 50 | Kailua
Processing Record 64 of Set 50 | Kenner
Processing Record 65 of Set 50 | Wilkes-Barre
Processing Record 66 of Set 50 | Los Angeles
Processing Record 67 of Set 50 | Nesquehoning
Processing Record 68 of Set 50 | San Clemente
Processing Record 69 of Set 50 | Seattle
Processing Record 70 of Set 50 | Sanger
Processing Record 71 of Set 50 | Hilton
Processing Record 72 of Set 50 | Cicero
Processing Record 73 of Set 50 | Butler
Processing Record 74 of Set 50 | Portsmouth
Processing Record 75 of Set 50 | South Jordan
Processing Record 76 of Set 50 | East Weymouth
Processing Record 77 of Set 50 | Gulf of Mexico (Desoto Canyon)
Processing Record 78 of Set 50 | Fort Lauderdale
Processing Record 79 of Set 50 | Waianae
Processing Record 80 of Set 50 | Waianae
Processing Record 81 of Set 50 | Nesquehoning
Processing Record 82 of Set 50 | Hendersonville
Processing Record 83 of Set 50 | Waikiki
Processing Record 84 of Set 50 | Hebron
Processing Record 85 of Set 50 | Stratford
Processing Record 86 of Set 50 | I-76 in between mile marker 318 and 317
Processing Record 87 of Set 50 | Carmichael
Processing Record 88 of Set 50 | Bono
Processing Record 89 of Set 50 | Nollensville
Processing Record 90 of Set 50 | Chicago
Processing Record 91 of Set 50 | Colorado Springs
Processing Record 92 of Set 50 | Phoenix
Processing Record 93 of Set 50 | Pigeon Forge
Processing Record 94 of Set 50 | Irvine
Processing Record 95 of Set 50 | Carson City
Processing Record 96 of Set 50 | Hampton
Processing Record 97 of Set 50 | West Windsor
Processing Record 98 of Set 50 | Fertile
Processing Record 99 of Set 50 | Yellowstone National Park (Canyon Village, west of)
Processing Record 100 of Set 50 | Maggie Valley
Processing Record 1 of Set 51 | Camp Verde
Processing Record 2 of Set 51 | nan
Processing Record 3 of Set 51 | Madbury
Processing Record 4 of Set 51 | Phoenix
Processing Record 5 of Set 51 | Clifton Forge
Processing Record 6 of Set 51 | Sandown
Processing Record 7 of Set 51 | Colchester
Processing Record 8 of Set 51 | Baileys Harbour
Processing Record 9 of Set 51 | Pembine
Processing Record 10 of Set 51 | Wausau
Processing Record 11 of Set 51 | Moab
Processing Record 12 of Set 51 | Burlington
Processing Record 13 of Set 51 | Nashua
Processing Record 14 of Set 51 | Henning
Processing Record 15 of Set 51 | Republic
Processing Record 16 of Set 51 | Jones Creek
Processing Record 17 of Set 51 | Goffstown
Processing Record 18 of Set 51 | Highlandtown Lake
Processing Record 19 of Set 51 | Philipsburg
Processing Record 20 of Set 51 | Magna
Processing Record 21 of Set 51 | Flint
Processing Record 22 of Set 51 | Danville
Processing Record 23 of Set 51 | Gladwin
Processing Record 24 of Set 51 | Wall
Processing Record 25 of Set 51 | Stonington
Processing Record 26 of Set 51 | hamburg
Processing Record 27 of Set 51 | Springville
Processing Record 28 of Set 51 | Cavendish
Processing Record 29 of Set 51 | Owen
Processing Record 30 of Set 51 | ELMHURST
Processing Record 31 of Set 51 | Shuksin picnic area
Processing Record 32 of Set 51 | Kiel
Processing Record 33 of Set 51 | Annville
Processing Record 34 of Set 51 | Pelican Lake
Processing Record 35 of Set 51 | Elmhurst
Processing Record 36 of Set 51 | Harshaw
Processing Record 37 of Set 51 | Hudson
Processing Record 38 of Set 51 | Hudson
Processing Record 39 of Set 51 | Shawano
Processing Record 40 of Set 51 | Baraboo
Processing Record 41 of Set 51 | Berlin
Processing Record 42 of Set 51 | Sturgeon Bay
Processing Record 43 of Set 51 | Janesville
Processing Record 44 of Set 51 | Walworth
Processing Record 45 of Set 51 | Eatonville
Processing Record 46 of Set 51 | Fish Creek
Processing Record 47 of Set 51 | Elroy
Processing Record 48 of Set 51 | Springdale
Processing Record 49 of Set 51 | Hayward
Processing Record 50 of Set 51 | Colville
Processing Record 51 of Set 51 | Cedar Rapids
Processing Record 52 of Set 51 | Ventura
Processing Record 53 of Set 51 | Burnham
Processing Record 54 of Set 51 | Rowve
Processing Record 55 of Set 51 | Rumford
Processing Record 56 of Set 51 | Helen
Processing Record 57 of Set 51 | Gleason
Processing Record 58 of Set 51 | Lincoln nh
Processing Record 59 of Set 51 | Jay
Processing Record 60 of Set 51 | Castle Rock
Processing Record 61 of Set 51 | Lakewood
Processing Record 62 of Set 51 | Los alamos
Processing Record 63 of Set 51 | Taos
Processing Record 64 of Set 51 | Sicklerville
Processing Record 65 of Set 51 | North Conway
Processing Record 66 of Set 51 | Rome/Nekoosa
Processing Record 67 of Set 51 | Hershey
Processing Record 68 of Set 51 | Quincy
Processing Record 69 of Set 51 | Minneapolis
Processing Record 70 of Set 51 | Fort Mill
Processing Record 71 of Set 51 | Xenia
Processing Record 72 of Set 51 | Crane Lake
Processing Record 73 of Set 51 | Cross plains
Processing Record 74 of Set 51 | West seattle
Processing Record 75 of Set 51 | West Des Moines
Processing Record 76 of Set 51 | Owensboro
Processing Record 77 of Set 51 | Sinclair Island
Processing Record 78 of Set 51 | Grand Marais
Processing Record 79 of Set 51 | Grants
Processing Record 80 of Set 51 | East Troy
Processing Record 81 of Set 51 | Ocean Shores
Processing Record 82 of Set 51 | Hulett
Processing Record 83 of Set 51 | Manitowish waters
Processing Record 84 of Set 51 | Detroit lakes
Processing Record 85 of Set 51 | Sisseton
Processing Record 86 of Set 51 | Marysville
Processing Record 87 of Set 51 | Forks
Processing Record 88 of Set 51 | Conneaut
Processing Record 89 of Set 51 | Marysville
Processing Record 90 of Set 51 | Myrtle Beach
Processing Record 91 of Set 51 | The Dalles
Processing Record 92 of Set 51 | Madison
Processing Record 93 of Set 51 | Floyds Knob
Processing Record 94 of Set 51 | Uniontown
Processing Record 95 of Set 51 | Middleburg Heights
Processing Record 96 of Set 51 | Richmond
Processing Record 97 of Set 51 | Urbana
Processing Record 98 of Set 51 | Ocean Blvd
Processing Record 99 of Set 51 | Sunbury
Processing Record 100 of Set 51 | Tecumseh
Processing Record 1 of Set 52 | New Ulm
Processing Record 2 of Set 52 | Belfair
Processing Record 3 of Set 52 | Escalante
Processing Record 4 of Set 52 | Telluride
Processing Record 5 of Set 52 | Westcliffe
Processing Record 6 of Set 52 | Tazewell
Processing Record 7 of Set 52 | Benavides
Processing Record 8 of Set 52 | Palm Coast
Processing Record 9 of Set 52 | New Holland
Processing Record 10 of Set 52 | Denver
Processing Record 11 of Set 52 | Oakwood
Processing Record 12 of Set 52 | Quartzsite
Processing Record 13 of Set 52 | North Rim
Processing Record 14 of Set 52 | Queen Creek
Processing Record 15 of Set 52 | New York City (Brooklyn)
Processing Record 16 of Set 52 | Ontario
Processing Record 17 of Set 52 | Las Vegas
Processing Record 18 of Set 52 | Fayetteville
Processing Record 19 of Set 52 | Torrey
Processing Record 20 of Set 52 | Orrock
Processing Record 21 of Set 52 | Orrock
Processing Record 22 of Set 52 | Cranston
Processing Record 23 of Set 52 | Laurelville
Processing Record 24 of Set 52 | Farmington Hills
Processing Record 25 of Set 52 | Northumberland
Processing Record 26 of Set 52 | Moreno valley
Processing Record 27 of Set 52 | Covington
Processing Record 28 of Set 52 | Morehead
Processing Record 29 of Set 52 | Hutchinson
Processing Record 30 of Set 52 | Chico
Processing Record 31 of Set 52 | Cullman
Processing Record 32 of Set 52 | Payneville
Processing Record 33 of Set 52 | Payneville
Processing Record 34 of Set 52 | Orleans
Processing Record 35 of Set 52 | Marysville
Processing Record 36 of Set 52 | Superior
Processing Record 37 of Set 52 | St. George
Processing Record 38 of Set 52 | Chetek
Processing Record 39 of Set 52 | Little Falls
Processing Record 40 of Set 52 | Fargo
Processing Record 41 of Set 52 | Norfolk
Processing Record 42 of Set 52 | Lawrenceburg/Columbia
Processing Record 43 of Set 52 | Bloomington
Processing Record 44 of Set 52 | St. Paul
Processing Record 45 of Set 52 | Camp Verde
Processing Record 46 of Set 52 | St. Paul
Processing Record 47 of Set 52 | Otsego
Processing Record 48 of Set 52 | Aurora
Processing Record 49 of Set 52 | Pasco
Processing Record 50 of Set 52 | Laconia
Processing Record 51 of Set 52 | Brockport
Processing Record 52 of Set 52 | Topsham
Processing Record 53 of Set 52 | Tonto Basin
Processing Record 54 of Set 52 | Kingman
Processing Record 55 of Set 52 | Lake Roosevelt
Processing Record 56 of Set 52 | Phoenix
Processing Record 57 of Set 52 | Lebanon
Processing Record 58 of Set 52 | Stockholm
Processing Record 59 of Set 52 | Chesuncook Lake (west of)
Processing Record 60 of Set 52 | West Forks
Processing Record 61 of Set 52 | Weld
Processing Record 62 of Set 52 | Starrucca
Processing Record 63 of Set 52 | Gansevoort
Processing Record 64 of Set 52 | Orwell
Processing Record 65 of Set 52 | Raynham
Processing Record 66 of Set 52 | Tampa
Processing Record 67 of Set 52 | Avalon
Processing Record 68 of Set 52 | Champlin
Processing Record 69 of Set 52 | Chiloquin
Processing Record 70 of Set 52 | Asheville
Processing Record 71 of Set 52 | Thornton
Processing Record 72 of Set 52 | Yardley
Processing Record 73 of Set 52 | Cabo San Lucas (Mexico)
Processing Record 74 of Set 52 | Saxtons River
Processing Record 75 of Set 52 | Madison
Processing Record 76 of Set 52 | Norwood
Processing Record 77 of Set 52 | Los Angeles (in flight)
Processing Record 78 of Set 52 | Millville
Processing Record 79 of Set 52 | Mesa
Processing Record 80 of Set 52 | Apache Junction
Processing Record 81 of Set 52 | Denver
Processing Record 82 of Set 52 | Barrington
Processing Record 83 of Set 52 | Burlington
Processing Record 84 of Set 52 | Kahului
Processing Record 85 of Set 52 | Boise
Processing Record 86 of Set 52 | Murphy
Processing Record 87 of Set 52 | Lakeland
Processing Record 88 of Set 52 | South Jordon
Processing Record 89 of Set 52 | Spokane Valley
Processing Record 90 of Set 52 | Umatilla National Forest
Processing Record 91 of Set 52 | Groton
Processing Record 92 of Set 52 | Lakeland
Processing Record 93 of Set 52 | Pine Valley
Processing Record 94 of Set 52 | Arlington
Processing Record 95 of Set 52 | Coeur d'Alene
Processing Record 96 of Set 52 | Sublimity
Processing Record 97 of Set 52 | Staunton
Processing Record 98 of Set 52 | Staunton
Processing Record 99 of Set 52 | Hazel green
Processing Record 100 of Set 52 | Mitchell
Processing Record 1 of Set 53 | Wilsonville
Processing Record 2 of Set 53 | Fort Yates
Processing Record 3 of Set 53 | Kissimmee
Processing Record 4 of Set 53 | Lake Mary
Processing Record 5 of Set 53 | Cobbtown
Processing Record 6 of Set 53 | Orlando
Processing Record 7 of Set 53 | Rock Island
Processing Record 8 of Set 53 | Millerton
Processing Record 9 of Set 53 | Houston
Processing Record 10 of Set 53 | Elkins Park
Processing Record 11 of Set 53 | Pembroke
Processing Record 12 of Set 53 | St. Louis
Processing Record 13 of Set 53 | Meridian
Processing Record 14 of Set 53 | River Vale
Processing Record 15 of Set 53 | Lopez Island
Processing Record 16 of Set 53 | Stockton Springs
Processing Record 17 of Set 53 | Newberry
Processing Record 18 of Set 53 | Virginia Beach
Processing Record 19 of Set 53 | Ormond Beach
Processing Record 20 of Set 53 | New York City
Processing Record 21 of Set 53 | Federal Way
Processing Record 22 of Set 53 | Kratzerville
Processing Record 23 of Set 53 | St. Louis
Processing Record 24 of Set 53 | East Troy
Processing Record 25 of Set 53 | Bakersfield
Processing Record 26 of Set 53 | Mountlake Terrace
Processing Record 27 of Set 53 | Spicer
Processing Record 28 of Set 53 | Delmont Maurice River
Processing Record 29 of Set 53 | St. Clair Shores (over water)
Processing Record 30 of Set 53 | Greenville
Processing Record 31 of Set 53 | Ormond Beach
Processing Record 32 of Set 53 | Daytona
Processing Record 33 of Set 53 | Decatur
Processing Record 34 of Set 53 | Pearsall
Processing Record 35 of Set 53 | West Liberty
Processing Record 36 of Set 53 | Plano
Processing Record 37 of Set 53 | Spencer
Processing Record 38 of Set 53 | Apache Junction
Processing Record 39 of Set 53 | Erwin/Linden/South Fayetteville
Processing Record 40 of Set 53 | Corning
Processing Record 41 of Set 53 | Palm bay
Processing Record 42 of Set 53 | Stow
Processing Record 43 of Set 53 | Superior
Processing Record 44 of Set 53 | Kent
Processing Record 45 of Set 53 | Springfield
Processing Record 46 of Set 53 | Palm Harbor
Processing Record 47 of Set 53 | Gulf Shores
Processing Record 48 of Set 53 | Davenport
Processing Record 49 of Set 53 | Ewa Beach
Processing Record 50 of Set 53 | Fort Worth
Processing Record 51 of Set 53 | Marysville
Processing Record 52 of Set 53 | Morton
Processing Record 53 of Set 53 | Jonesborough
Processing Record 54 of Set 53 | Palm Bay
Processing Record 55 of Set 53 | York
Processing Record 56 of Set 53 | Columbus
Processing Record 57 of Set 53 | Gaithersburg
Processing Record 58 of Set 53 | Spokane
Processing Record 59 of Set 53 | Spokane
Processing Record 60 of Set 53 | McDonough
Processing Record 61 of Set 53 | McDonough
Processing Record 62 of Set 53 | La Porte
Processing Record 63 of Set 53 | Hauula
Processing Record 64 of Set 53 | Bradenton
Processing Record 65 of Set 53 | Laveen
Processing Record 66 of Set 53 | Tucson
Processing Record 67 of Set 53 | St. Louis (city)
Processing Record 68 of Set 53 | Alexandria
Processing Record 69 of Set 53 | Laveen
Processing Record 70 of Set 53 | Fairfax
Processing Record 71 of Set 53 | Lake Worth
Processing Record 72 of Set 53 | Hogansville
Processing Record 73 of Set 53 | Hogansville
Processing Record 74 of Set 53 | Lagrangeville
Processing Record 75 of Set 53 | Lagrange
Processing Record 76 of Set 53 | Warwick
Processing Record 77 of Set 53 | Warwick
Processing Record 78 of Set 53 | Fortson
Processing Record 79 of Set 53 | Fife
Processing Record 80 of Set 53 | Oro Valley
Processing Record 81 of Set 53 | Bethel Park
Processing Record 82 of Set 53 | Enfield
Processing Record 83 of Set 53 | Norwalk
Processing Record 84 of Set 53 | San Diego
Processing Record 85 of Set 53 | Norwood
Processing Record 86 of Set 53 | Frackville
Processing Record 87 of Set 53 | Lake Pleasant
Processing Record 88 of Set 53 | Bethel Park
Processing Record 89 of Set 53 | Auburn (Lakeland Hills)
Processing Record 90 of Set 53 | Lincoln
Processing Record 91 of Set 53 | Anderson
Processing Record 92 of Set 53 | Cedar Run
Processing Record 93 of Set 53 | North Litchfield Beach
Processing Record 94 of Set 53 | Egg Harbor Township
Processing Record 95 of Set 53 | Fort Myers
Processing Record 96 of Set 53 | Ponchatoula
Processing Record 97 of Set 53 | Ft. Myers
Processing Record 98 of Set 53 | Trenton
Processing Record 99 of Set 53 | Evansville
Processing Record 100 of Set 53 | Cumming/Buford
Processing Record 1 of Set 54 | Simpsonville
Processing Record 2 of Set 54 | Spokane
Processing Record 3 of Set 54 | Lake Placid
Processing Record 4 of Set 54 | Oak Island
Processing Record 5 of Set 54 | Ashland City
Processing Record 6 of Set 54 | Houston
Processing Record 7 of Set 54 | Middleton
Processing Record 8 of Set 54 | Wysox
Processing Record 9 of Set 54 | Norwood
Processing Record 10 of Set 54 | Meridian
Processing Record 11 of Set 54 | Mountlake Terrace
Processing Record 12 of Set 54 | Perry
Processing Record 13 of Set 54 | Corte Madera
Processing Record 14 of Set 54 | Laguna Beach
Processing Record 15 of Set 54 | Middletown
Processing Record 16 of Set 54 | Naples
Processing Record 17 of Set 54 | Cochiti Lake
Processing Record 18 of Set 54 | Mt. Hermon
Processing Record 19 of Set 54 | Apple Valley
Processing Record 20 of Set 54 | Alexandria
Processing Record 21 of Set 54 | Longmont
Processing Record 22 of Set 54 | Moyock
Processing Record 23 of Set 54 | New Haven
Processing Record 24 of Set 54 | San Antonio
Processing Record 25 of Set 54 | Accomac
Processing Record 26 of Set 54 | Belle Fourche
Processing Record 27 of Set 54 | Myrtle Beach
Processing Record 28 of Set 54 | Pawleys Island
Processing Record 29 of Set 54 | Murrell Inlet
Processing Record 30 of Set 54 | Clutier
Processing Record 31 of Set 54 | Brandon
Processing Record 32 of Set 54 | Brandon
Processing Record 33 of Set 54 | Montebello
Processing Record 34 of Set 54 | Myrtle Beach
Processing Record 35 of Set 54 | Berthoud
Processing Record 36 of Set 54 | Ogden
Processing Record 37 of Set 54 | Oconomowoc
Processing Record 38 of Set 54 | New Orleans
Processing Record 39 of Set 54 | Concord
Processing Record 40 of Set 54 | Rock Creek
Processing Record 41 of Set 54 | Springfield
Processing Record 42 of Set 54 | Aurora
Processing Record 43 of Set 54 | Garrett
Processing Record 44 of Set 54 | Zionsville
Processing Record 45 of Set 54 | Olive Branch
Processing Record 46 of Set 54 | Goffstown
Processing Record 47 of Set 54 | Burlington/Billerica
Processing Record 48 of Set 54 | Seatac
Processing Record 49 of Set 54 | Chicago
Processing Record 50 of Set 54 | Mill Creek
Processing Record 51 of Set 54 | Vallejo
Processing Record 52 of Set 54 | Austin
Processing Record 53 of Set 54 | Old Town
Processing Record 54 of Set 54 | Goffstown
Processing Record 55 of Set 54 | Shawnee
Processing Record 56 of Set 54 | Lake Charles
Processing Record 57 of Set 54 | Columbus
Processing Record 58 of Set 54 | Baton Rouge
Processing Record 59 of Set 54 | Burnsville
Processing Record 60 of Set 54 | Milledgeville
Processing Record 61 of Set 54 | Fruitland
Processing Record 62 of Set 54 | Hudson
Processing Record 63 of Set 54 | Farmington
Processing Record 64 of Set 54 | Rocky Point
Processing Record 65 of Set 54 | Brighton
Processing Record 66 of Set 54 | Waynesville
Processing Record 67 of Set 54 | Spokane
Processing Record 68 of Set 54 | Blacksburg
Processing Record 69 of Set 54 | Blacksburg
Processing Record 70 of Set 54 | Herriman
Processing Record 71 of Set 54 | New York
Processing Record 72 of Set 54 | Evansville
Processing Record 73 of Set 54 | Clearfield
Processing Record 74 of Set 54 | Garner
Processing Record 75 of Set 54 | Rochester
Processing Record 76 of Set 54 | Hemet
Processing Record 77 of Set 54 | Portsmouth
Processing Record 78 of Set 54 | Pembroke Pines
Processing Record 79 of Set 54 | Vienna
Processing Record 80 of Set 54 | Norwood
Processing Record 81 of Set 54 | Morgan City
Processing Record 82 of Set 54 | Fox Lake
Processing Record 83 of Set 54 | Madison
Processing Record 84 of Set 54 | Bellingham (Sudden Valley)
Processing Record 85 of Set 54 | Chicago
Processing Record 86 of Set 54 | New York (Queens; Woodside)
Processing Record 87 of Set 54 | New York City
Processing Record 88 of Set 54 | Newark
Processing Record 89 of Set 54 | Woodbury
Processing Record 90 of Set 54 | Lawtell
Processing Record 91 of Set 54 | Norfolk
Processing Record 92 of Set 54 | Statesboro
Processing Record 93 of Set 54 | La Mesa
Processing Record 94 of Set 54 | Cincinnati
Processing Record 95 of Set 54 | Fremont
Processing Record 96 of Set 54 | Twin Falls
Processing Record 97 of Set 54 | Ozark
Processing Record 98 of Set 54 | Clanton
Processing Record 99 of Set 54 | Stanwood
Processing Record 100 of Set 54 | Saint George
Processing Record 1 of Set 55 | Highlands
Processing Record 2 of Set 55 | Myrtle Beach
Processing Record 3 of Set 55 | Palm Coast
Processing Record 4 of Set 55 | Mystic Island
Processing Record 5 of Set 55 | Hobart
Processing Record 6 of Set 55 | Lake City
Processing Record 7 of Set 55 | Seattle
Processing Record 8 of Set 55 | Walden
Processing Record 9 of Set 55 | Staunton
Processing Record 10 of Set 55 | Auburn
Processing Record 11 of Set 55 | Twin Falls
Processing Record 12 of Set 55 | El Paso
Processing Record 13 of Set 55 | Warda
Processing Record 14 of Set 55 | Franklin
Processing Record 15 of Set 55 | Idaho Falls
Processing Record 16 of Set 55 | Delta
Processing Record 17 of Set 55 | Mechanicsburg
Processing Record 18 of Set 55 | Scipio
Processing Record 19 of Set 55 | Duluth
Processing Record 20 of Set 55 | Harrison
Processing Record 21 of Set 55 | Lake Elsinore
Processing Record 22 of Set 55 | Fishers
Processing Record 23 of Set 55 | Mountlake Terrace
Processing Record 24 of Set 55 | Peoria
Processing Record 25 of Set 55 | Alexandria
Processing Record 26 of Set 55 | Lynwood
Processing Record 27 of Set 55 | Lowell
Processing Record 28 of Set 55 | Wisconsin Rapids
Processing Record 29 of Set 55 | Salt Lake City
Processing Record 30 of Set 55 | Santa Barbara
Processing Record 31 of Set 55 | Jasper
Processing Record 32 of Set 55 | Pompano Beach
Processing Record 33 of Set 55 | Tarpon Springs
Processing Record 34 of Set 55 | Grand Isle
Processing Record 35 of Set 55 | Downer
Processing Record 36 of Set 55 | Cheraw
Processing Record 37 of Set 55 | Gibbstown
Processing Record 38 of Set 55 | Glendora
Processing Record 39 of Set 55 | Coolidge
Processing Record 40 of Set 55 | Ball Ground
Processing Record 41 of Set 55 | Boise
Processing Record 42 of Set 55 | Fertile
Processing Record 43 of Set 55 | Trio
Processing Record 44 of Set 55 | Port Charlotte
Processing Record 45 of Set 55 | Ventura
Processing Record 46 of Set 55 | Ocala
Processing Record 47 of Set 55 | Suffolk
Processing Record 48 of Set 55 | Wichita Falls
Processing Record 49 of Set 55 | New Bern
Processing Record 50 of Set 55 | Honolulu
Processing Record 51 of Set 55 | Pittston
Processing Record 52 of Set 55 | Tucson
Processing Record 53 of Set 55 | Newman
Processing Record 54 of Set 55 | Los Angeles
Processing Record 55 of Set 55 | Vallejo
Processing Record 56 of Set 55 | Ajo
Processing Record 57 of Set 55 | Port Neches
Processing Record 58 of Set 55 | Ephrata
Processing Record 59 of Set 55 | Norwalk
Processing Record 60 of Set 55 | Panama City Beach
Processing Record 61 of Set 55 | Boise
Processing Record 62 of Set 55 | Norwood
Processing Record 63 of Set 55 | New Lexington
Processing Record 64 of Set 55 | Clovis
Processing Record 65 of Set 55 | Hillsboro
Processing Record 66 of Set 55 | Reno
Processing Record 67 of Set 55 | Troutdale
Processing Record 68 of Set 55 | Allen
Processing Record 69 of Set 55 | Boise
Processing Record 70 of Set 55 | Miami
Processing Record 71 of Set 55 | Middletown
Processing Record 72 of Set 55 | Manalapan
Processing Record 73 of Set 55 | Portland
Processing Record 74 of Set 55 | Bowling Green
Processing Record 75 of Set 55 | Boise
Processing Record 76 of Set 55 | Minneapolis
Processing Record 77 of Set 55 | Philadelphia
Processing Record 78 of Set 55 | Alexandria
Processing Record 79 of Set 55 | Caldwell
Processing Record 80 of Set 55 | Kahului
Processing Record 81 of Set 55 | Bridgton
Processing Record 82 of Set 55 | Bridgton
Processing Record 83 of Set 55 | Westbrook
Processing Record 84 of Set 55 | Farmington Hills
Processing Record 85 of Set 55 | Harrison
Processing Record 86 of Set 55 | Longmont
Processing Record 87 of Set 55 | Rehoboth
Processing Record 88 of Set 55 | Salt Lake City
Processing Record 89 of Set 55 | Hebron
Processing Record 90 of Set 55 | Anderson
Processing Record 91 of Set 55 | Bryan
Processing Record 92 of Set 55 | Austin
Processing Record 93 of Set 55 | Lakeside
Processing Record 94 of Set 55 | Henderson
Processing Record 95 of Set 55 | Littleton
Processing Record 96 of Set 55 | Greenville
Processing Record 97 of Set 55 | Bullhead City
Processing Record 98 of Set 55 | St. Joseph
Processing Record 99 of Set 55 | Dayton
Processing Record 100 of Set 55 | NJ (above; in-flight @ 30K feet)
Processing Record 1 of Set 56 | Basinger
Processing Record 2 of Set 56 | Staten Island
Processing Record 3 of Set 56 | Clarkesville
Processing Record 4 of Set 56 | Orange Beach
Processing Record 5 of Set 56 | Englewood
Processing Record 6 of Set 56 | Oak Lawn
Processing Record 7 of Set 56 | Norwalk
Processing Record 8 of Set 56 | West Palm Beach
Processing Record 9 of Set 56 | Tempe
Processing Record 10 of Set 56 | Boise
Processing Record 11 of Set 56 | Cloquet
Processing Record 12 of Set 56 | St. Louis
Processing Record 13 of Set 56 | Port Orange
Processing Record 14 of Set 56 | Fairacres
Processing Record 15 of Set 56 | Mount Shasta
Processing Record 16 of Set 56 | Lincoln
Processing Record 17 of Set 56 | Salt Lake City (downtown)
Processing Record 18 of Set 56 | Lincoln
Processing Record 19 of Set 56 | Gibert/Mesa Border
Processing Record 20 of Set 56 | Harrisonburg
Processing Record 21 of Set 56 | Palm Desert
Processing Record 22 of Set 56 | Long Beach
Processing Record 23 of Set 56 | Blue River
Processing Record 24 of Set 56 | Janesville
Processing Record 25 of Set 56 | Naugatuck
Processing Record 26 of Set 56 | Tucson
Processing Record 27 of Set 56 | Lafayette
Processing Record 28 of Set 56 | New York City (Queens)
Processing Record 29 of Set 56 | Punta Gorda
Processing Record 30 of Set 56 | Fullerton
Processing Record 31 of Set 56 | Mesa
Processing Record 32 of Set 56 | Eagle Mountain
Processing Record 33 of Set 56 | Eagle Mountain
Processing Record 34 of Set 56 | Chesapeake
Processing Record 35 of Set 56 | Thompson's Station
Processing Record 36 of Set 56 | Indian Lake Estates
Processing Record 37 of Set 56 | Norwalk
Processing Record 38 of Set 56 | Phoenix
Processing Record 39 of Set 56 | Strongsville
Processing Record 40 of Set 56 | Nappanee
Processing Record 41 of Set 56 | Alexandria
Processing Record 42 of Set 56 | Akron
Processing Record 43 of Set 56 | St. Petersburg
Processing Record 44 of Set 56 | Van Nuys
Processing Record 45 of Set 56 | Battle Creek
Processing Record 46 of Set 56 | Lexington
Processing Record 47 of Set 56 | North Wilkesboro
Processing Record 48 of Set 56 | Kentwood
Processing Record 49 of Set 56 | Dauphin Island
Processing Record 50 of Set 56 | Carolina Beach
Processing Record 51 of Set 56 | Lakeside
Processing Record 52 of Set 56 | Sparland
Processing Record 53 of Set 56 | Superior
Processing Record 54 of Set 56 | Norwood
Processing Record 55 of Set 56 | Vanore
Processing Record 56 of Set 56 | Milford
Processing Record 57 of Set 56 | Charleston
Processing Record 58 of Set 56 | Morris
Processing Record 59 of Set 56 | Black River Falls
Processing Record 60 of Set 56 | Nottingham
Processing Record 61 of Set 56 | El Paso
Processing Record 62 of Set 56 | Montgomery
Processing Record 63 of Set 56 | Las Vegas
Processing Record 64 of Set 56 | Troutman
Processing Record 65 of Set 56 | Perdido Key
Processing Record 66 of Set 56 | Jacksonville
Processing Record 67 of Set 56 | Valparaiso
Processing Record 68 of Set 56 | Olympia
Processing Record 69 of Set 56 | Independence
Processing Record 70 of Set 56 | Bismarck/Mandan (between)
Processing Record 71 of Set 56 | Goffstown
Processing Record 72 of Set 56 | Helotes
Processing Record 73 of Set 56 | Heightstown
Processing Record 74 of Set 56 | Waco
Processing Record 75 of Set 56 | Plymouth
Processing Record 76 of Set 56 | Weed
Processing Record 77 of Set 56 | Sherman Oaks
Processing Record 78 of Set 56 | Norwood
Processing Record 79 of Set 56 | Whittier
Processing Record 80 of Set 56 | Oklahoma City
Processing Record 81 of Set 56 | Jamaica (Queens)
Processing Record 82 of Set 56 | Eureka
Processing Record 83 of Set 56 | Joplin
Processing Record 84 of Set 56 | St. Francis
Processing Record 85 of Set 56 | Boise
Processing Record 86 of Set 56 | Minot
Processing Record 87 of Set 56 | Minot
Processing Record 88 of Set 56 | Virginia Beach
Processing Record 89 of Set 56 | Beverly
Processing Record 90 of Set 56 | Greensboro
Processing Record 91 of Set 56 | Milaca
Processing Record 92 of Set 56 | Wesley Chapel
Processing Record 93 of Set 56 | Muncie
Processing Record 94 of Set 56 | Gonzalez
Processing Record 95 of Set 56 | North Myrtle Beach
Processing Record 96 of Set 56 | Surfside Beach
Processing Record 97 of Set 56 | Myrtle Beach
Processing Record 98 of Set 56 | Bartow
Processing Record 99 of Set 56 | Bloomington
Processing Record 100 of Set 56 | New York City (Brooklyn)
Processing Record 1 of Set 57 | Hamer
Processing Record 2 of Set 57 | Kissimmee
Processing Record 3 of Set 57 | Tucson
Processing Record 4 of Set 57 | Queen Creek
Processing Record 5 of Set 57 | North Phoenix
Processing Record 6 of Set 57 | Sparland
Processing Record 7 of Set 57 | Ballston Lake
Processing Record 8 of Set 57 | Watsonville
Processing Record 9 of Set 57 | Sun Valley
Processing Record 10 of Set 57 | Republic
Processing Record 11 of Set 57 | Portland
Processing Record 12 of Set 57 | Richmond
Processing Record 13 of Set 57 | Dunnsville
Processing Record 14 of Set 57 | White Post
Processing Record 15 of Set 57 | Virginia Beach
Processing Record 16 of Set 57 | Vineland
Processing Record 17 of Set 57 | Twin Falls
Processing Record 18 of Set 57 | Macomb
Processing Record 19 of Set 57 | Lewistown
Processing Record 20 of Set 57 | Macomb
Processing Record 21 of Set 57 | Galesburg
Processing Record 22 of Set 57 | Titusville
Processing Record 23 of Set 57 | Knoxville
Processing Record 24 of Set 57 | Oley
Processing Record 25 of Set 57 | Myrtle Beach
Processing Record 26 of Set 57 | Kingwood
Processing Record 27 of Set 57 | Sarasota
Processing Record 28 of Set 57 | Middletown
Processing Record 29 of Set 57 | Apache Junction
Processing Record 30 of Set 57 | Louisville
Processing Record 31 of Set 57 | Fort Myers
Processing Record 32 of Set 57 | Derry
Processing Record 33 of Set 57 | New Prague
Processing Record 34 of Set 57 | Bakersfield
Processing Record 35 of Set 57 | Leeds
Processing Record 36 of Set 57 | Osceola
Processing Record 37 of Set 57 | Meriden
Processing Record 38 of Set 57 | Aurora
Processing Record 39 of Set 57 | Orlando
Processing Record 40 of Set 57 | Marysville
Processing Record 41 of Set 57 | Stroudsburg
Processing Record 42 of Set 57 | Alexandria
Processing Record 43 of Set 57 | Orlando
Processing Record 44 of Set 57 | Montrose
Processing Record 45 of Set 57 | San Diego
Processing Record 46 of Set 57 | Naples
Processing Record 47 of Set 57 | Frisco
Processing Record 48 of Set 57 | Gilberts
Processing Record 49 of Set 57 | Twin Falls
Processing Record 50 of Set 57 | Wall Township
Processing Record 51 of Set 57 | Burnsville
Processing Record 52 of Set 57 | Faribault
Processing Record 53 of Set 57 | El Cajon
Processing Record 54 of Set 57 | Luka
Processing Record 55 of Set 57 | Southborough
Processing Record 56 of Set 57 | Encino
Processing Record 57 of Set 57 | Pittsburgh
Processing Record 58 of Set 57 | Los Angeles
Processing Record 59 of Set 57 | Gilbert
Processing Record 60 of Set 57 | Cortaro
Processing Record 61 of Set 57 | Crofton
Processing Record 62 of Set 57 | Clay
Processing Record 63 of Set 57 | Southgate
Processing Record 64 of Set 57 | Boise
Processing Record 65 of Set 57 | Birdsboro
Processing Record 66 of Set 57 | Centerville
Processing Record 67 of Set 57 | Cartersville
Processing Record 68 of Set 57 | Carson City
Processing Record 69 of Set 57 | Tampa
Processing Record 70 of Set 57 | Boise
Processing Record 71 of Set 57 | Easley
Processing Record 72 of Set 57 | Sherwood
Processing Record 73 of Set 57 | Fouke (5-10 miles south of)
Processing Record 74 of Set 57 | Sparks
Processing Record 75 of Set 57 | Culver City
Processing Record 76 of Set 57 | Newington
Processing Record 77 of Set 57 | Parma Heights
Processing Record 78 of Set 57 | Jay
Processing Record 79 of Set 57 | San Antonio
Processing Record 80 of Set 57 | May's Landing
Processing Record 81 of Set 57 | Hillsboro
Processing Record 82 of Set 57 | Salinas
Processing Record 83 of Set 57 | Cleveland
Processing Record 84 of Set 57 | Harlem
Processing Record 85 of Set 57 | Ormond Beach
Processing Record 86 of Set 57 | Harrisburg
Processing Record 87 of Set 57 | Norwood
Processing Record 88 of Set 57 | Fresno
Processing Record 89 of Set 57 | Aloha
Processing Record 90 of Set 57 | Freeport
Processing Record 91 of Set 57 | Statesboro
Processing Record 92 of Set 57 | Beaver
Processing Record 93 of Set 57 | Austin
Processing Record 94 of Set 57 | Croydon
Processing Record 95 of Set 57 | Croydon
Processing Record 96 of Set 57 | Orlando
Processing Record 97 of Set 57 | Milton
Processing Record 98 of Set 57 | Mesa
Processing Record 99 of Set 57 | Scottsdale
Processing Record 100 of Set 57 | Apache Junction
Processing Record 1 of Set 58 | Orlando
Processing Record 2 of Set 58 | Gold Canyon
Processing Record 3 of Set 58 | Goffstown
Processing Record 4 of Set 58 | Jacksonville
Processing Record 5 of Set 58 | Springhill
Processing Record 6 of Set 58 | Salinas
Processing Record 7 of Set 58 | Desert Hot Springs
Processing Record 8 of Set 58 | Trenton
Processing Record 9 of Set 58 | San Antonio
Processing Record 10 of Set 58 | Plainville
Processing Record 11 of Set 58 | Linwood
Processing Record 12 of Set 58 | Clarksville
Processing Record 13 of Set 58 | Norwood
Processing Record 14 of Set 58 | Mary Esther/Fort Walton Beach
Processing Record 15 of Set 58 | Converse
Processing Record 16 of Set 58 | D'Iberville
Processing Record 17 of Set 58 | Espanola
Processing Record 18 of Set 58 | Santa Fe
Processing Record 19 of Set 58 | Boise
Processing Record 20 of Set 58 | Sedona
Processing Record 21 of Set 58 | Lansing
Processing Record 22 of Set 58 | Park Township (Holland)
Processing Record 23 of Set 58 | Fairfax
Processing Record 24 of Set 58 | Baker
Processing Record 25 of Set 58 | Palmdale
Processing Record 26 of Set 58 | Brookings
Processing Record 27 of Set 58 | Orlando
Processing Record 28 of Set 58 | Nashville
Processing Record 29 of Set 58 | Lee's Summit
Processing Record 30 of Set 58 | Minneapolis
Processing Record 31 of Set 58 | Las Vegas
Processing Record 32 of Set 58 | Harrisburg
Processing Record 33 of Set 58 | Mary Esther
Processing Record 34 of Set 58 | Goffstown
Processing Record 35 of Set 58 | Alexandria
Processing Record 36 of Set 58 | Alexandria
Processing Record 37 of Set 58 | California City
Processing Record 38 of Set 58 | Huson
Processing Record 39 of Set 58 | Fairview
Processing Record 40 of Set 58 | Hacker Valley
Processing Record 41 of Set 58 | University City
Processing Record 42 of Set 58 | Los Angeles
Processing Record 43 of Set 58 | Sewell
Processing Record 44 of Set 58 | Essie
Processing Record 45 of Set 58 | Waterville
Processing Record 46 of Set 58 | San Pablo
Processing Record 47 of Set 58 | East Islip
Processing Record 48 of Set 58 | St. George
Processing Record 49 of Set 58 | Parma Heights
Processing Record 50 of Set 58 | Ashland City
Processing Record 51 of Set 58 | La Farge
Processing Record 52 of Set 58 | Butler
Processing Record 53 of Set 58 | Fond Du Lac
Processing Record 54 of Set 58 | Oregon
Processing Record 55 of Set 58 | Montclair
Processing Record 56 of Set 58 | Levittown
Processing Record 57 of Set 58 | Salinas
Processing Record 58 of Set 58 | Sandy Hook
Processing Record 59 of Set 58 | Southbridge
Processing Record 60 of Set 58 | Austin
Processing Record 61 of Set 58 | Santa Claus
Processing Record 62 of Set 58 | West Cocalico
Processing Record 63 of Set 58 | Fletcher
Processing Record 64 of Set 58 | Vero Beach
Processing Record 65 of Set 58 | Sevierville
Processing Record 66 of Set 58 | Columbia
Processing Record 67 of Set 58 | Savannah
Processing Record 68 of Set 58 | Florence
Processing Record 69 of Set 58 | Norfolk
Processing Record 70 of Set 58 | Macon
Processing Record 71 of Set 58 | Augusta
Processing Record 72 of Set 58 | Hendersonville
Processing Record 73 of Set 58 | Morganton
Processing Record 74 of Set 58 | Ponte Vedra Beach
Processing Record 75 of Set 58 | Virginia Beach
Processing Record 76 of Set 58 | Efland
Processing Record 77 of Set 58 | Huntsville
Processing Record 78 of Set 58 | Winchester
Processing Record 79 of Set 58 | Portsmouth
Processing Record 80 of Set 58 | Kaysville
Processing Record 81 of Set 58 | Earle
Processing Record 82 of Set 58 | Silverton
Processing Record 83 of Set 58 | Englewood
Processing Record 84 of Set 58 | Ossian
Processing Record 85 of Set 58 | Grand Junction
Processing Record 86 of Set 58 | Showlow
Processing Record 87 of Set 58 | Richland
Processing Record 88 of Set 58 | Harrison
Processing Record 89 of Set 58 | Madisonville
Processing Record 90 of Set 58 | Chicago
Processing Record 91 of Set 58 | Kirbyville
Processing Record 92 of Set 58 | Fridley
Processing Record 93 of Set 58 | Great Falls
Processing Record 94 of Set 58 | Arnold
Processing Record 95 of Set 58 | Cedar Rapids
Processing Record 96 of Set 58 | Port Charlotte
Processing Record 97 of Set 58 | Chestertown
Processing Record 98 of Set 58 | Port Townsend
Processing Record 99 of Set 58 | Lake Zurich
Processing Record 100 of Set 58 | Cross Hill
Processing Record 1 of Set 59 | Pearsall
Processing Record 2 of Set 59 | Rogers
Processing Record 3 of Set 59 | Manitowoc
Processing Record 4 of Set 59 | Manitowoc
Processing Record 5 of Set 59 | St. Louis
Processing Record 6 of Set 59 | Worth
Processing Record 7 of Set 59 | Shenandoah
Processing Record 8 of Set 59 | Chicopee
Processing Record 9 of Set 59 | San Antonio
Processing Record 10 of Set 59 | Philadelphia
Processing Record 11 of Set 59 | Norwood
Processing Record 12 of Set 59 | St. Louis
Processing Record 13 of Set 59 | Uvalda
Processing Record 14 of Set 59 | Fairfield
Processing Record 15 of Set 59 | Beachwood
Processing Record 16 of Set 59 | Charlotte
Processing Record 17 of Set 59 | Gilroy
Processing Record 18 of Set 59 | Seattle
Processing Record 19 of Set 59 | Lawndale
Processing Record 20 of Set 59 | Ellenwood
Processing Record 21 of Set 59 | Decatur
Processing Record 22 of Set 59 | Jacksonville
Processing Record 23 of Set 59 | Citrus Springs
Processing Record 24 of Set 59 | City of Industry
Processing Record 25 of Set 59 | Gulf Shores
Processing Record 26 of Set 59 | Jacksonville
Processing Record 27 of Set 59 | Cameron Park
Processing Record 28 of Set 59 | Vancouver
Processing Record 29 of Set 59 | Glen Rock
Processing Record 30 of Set 59 | Mesquite
Processing Record 31 of Set 59 | Imperial Beach
Processing Record 32 of Set 59 | Dallas
Processing Record 33 of Set 59 | El Monte
Processing Record 34 of Set 59 | Onalaska
Processing Record 35 of Set 59 | Indian Land
Processing Record 36 of Set 59 | Bloomington
Processing Record 37 of Set 59 | Alpine
Processing Record 38 of Set 59 | Port Huron
Processing Record 39 of Set 59 | Kingsport
Processing Record 40 of Set 59 | Depoe Bay
Processing Record 41 of Set 59 | Olympia
Processing Record 42 of Set 59 | Parkersburg
Processing Record 43 of Set 59 | Glendale area
Processing Record 44 of Set 59 | Murfreesboro
Processing Record 45 of Set 59 | Lake Mary
Processing Record 46 of Set 59 | Knoxville
Processing Record 47 of Set 59 | Greenwood
Processing Record 48 of Set 59 | Kingston (Roane County Park)
Processing Record 49 of Set 59 | Cleveland
Processing Record 50 of Set 59 | Granite Falls
Processing Record 51 of Set 59 | Knoxville
Processing Record 52 of Set 59 | Atlanta
Processing Record 53 of Set 59 | Charlotte
Processing Record 54 of Set 59 | Atlanta (downtown)
Processing Record 55 of Set 59 | Coalfield
Processing Record 56 of Set 59 | Parker
Processing Record 57 of Set 59 | Lakeville
Processing Record 58 of Set 59 | San Diego
Processing Record 59 of Set 59 | Stoughton
Processing Record 60 of Set 59 | Springfield
Processing Record 61 of Set 59 | Sugarland
Processing Record 62 of Set 59 | Liberty Town
Processing Record 63 of Set 59 | Pembroke
Processing Record 64 of Set 59 | Exton
Processing Record 65 of Set 59 | Cornish
Processing Record 66 of Set 59 | Kuna
Processing Record 67 of Set 59 | Newark
Processing Record 68 of Set 59 | Grimes
Processing Record 69 of Set 59 | Helena
Processing Record 70 of Set 59 | Helena
Processing Record 71 of Set 59 | unknown
Processing Record 72 of Set 59 | Coral Springs
Processing Record 73 of Set 59 | Washington Court House
Processing Record 74 of Set 59 | Las Vegas
Processing Record 75 of Set 59 | Scituate
Processing Record 76 of Set 59 | Staunton
Processing Record 77 of Set 59 | Miami
Processing Record 78 of Set 59 | Punta Gorda
Processing Record 79 of Set 59 | Nags Head
Processing Record 80 of Set 59 | Hamden
Processing Record 81 of Set 59 | Hanna City
Processing Record 82 of Set 59 | Trenton
Processing Record 83 of Set 59 | nan
Processing Record 84 of Set 59 | Mancelona
Processing Record 85 of Set 59 | Crofton
Processing Record 86 of Set 59 | Hurst
Processing Record 87 of Set 59 | Jackson
Processing Record 88 of Set 59 | Colorado Springs
Processing Record 89 of Set 59 | Portland
Processing Record 90 of Set 59 | Fayetteville
Processing Record 91 of Set 59 | North Las Vegas
Processing Record 92 of Set 59 | Lihue
Processing Record 93 of Set 59 | Montgomery
Processing Record 94 of Set 59 | Benson
Processing Record 95 of Set 59 | Tempe
Processing Record 96 of Set 59 | Birmingham
Processing Record 97 of Set 59 | Yucca Valley
Processing Record 98 of Set 59 | Portland
Processing Record 99 of Set 59 | Ocean Shores
Processing Record 100 of Set 59 | Grand Island
Processing Record 1 of Set 60 | Babylon
Processing Record 2 of Set 60 | Eloy
Processing Record 3 of Set 60 | Ocean Shores/copalis beach
Processing Record 4 of Set 60 | Piketon
Processing Record 5 of Set 60 | Braintree
Processing Record 6 of Set 60 | Norfolk
Processing Record 7 of Set 60 | Kansas City
Processing Record 8 of Set 60 | Columbus
Processing Record 9 of Set 60 | Tucson
Processing Record 10 of Set 60 | Baltimore
Processing Record 11 of Set 60 | Windsor
Processing Record 12 of Set 60 | Tucson
Processing Record 13 of Set 60 | Reading
Processing Record 14 of Set 60 | Morris
Processing Record 15 of Set 60 | South Weymouth
Processing Record 16 of Set 60 | Palm Coast
Processing Record 17 of Set 60 | Jacksonville
Processing Record 18 of Set 60 | Jacksonville
Processing Record 19 of Set 60 | Taos
Processing Record 20 of Set 60 | Sheboygan
Processing Record 21 of Set 60 | Rocky Hill
Processing Record 22 of Set 60 | Meldrim
Processing Record 23 of Set 60 | Elizabeth
Processing Record 24 of Set 60 | Windsor
Processing Record 25 of Set 60 | Memphis
Processing Record 26 of Set 60 | Nampa
Processing Record 27 of Set 60 | North Dartmouth
Processing Record 28 of Set 60 | Turners Falls
Processing Record 29 of Set 60 | Wright
Processing Record 30 of Set 60 | Redmond
Processing Record 31 of Set 60 | Vancouver
Processing Record 32 of Set 60 | The Dalles area
Processing Record 33 of Set 60 | Springfield
Processing Record 34 of Set 60 | Joplin
Processing Record 35 of Set 60 | Chester Springs
Processing Record 36 of Set 60 | Lodi
Processing Record 37 of Set 60 | North Brook
Processing Record 38 of Set 60 | New Braunfels
Processing Record 39 of Set 60 | Hobart
Processing Record 40 of Set 60 | Isanti
Processing Record 41 of Set 60 | Mankato
Processing Record 42 of Set 60 | Ocean Springs
Processing Record 43 of Set 60 | Gardner
Processing Record 44 of Set 60 | Gilroy
Processing Record 45 of Set 60 | San Diego
Processing Record 46 of Set 60 | Green Valley
Processing Record 47 of Set 60 | Newington
Processing Record 48 of Set 60 | Palmyra
Processing Record 49 of Set 60 | Mililani
Processing Record 50 of Set 60 | Kenner
Processing Record 51 of Set 60 | Las Vegas
Processing Record 52 of Set 60 | Garden Grove
Processing Record 53 of Set 60 | Port Republic
Processing Record 54 of Set 60 | Kansas City
Processing Record 55 of Set 60 | Greene (SE of)
Processing Record 56 of Set 60 | Blackwell
Processing Record 57 of Set 60 | Fontana
Processing Record 58 of Set 60 | Philadelphia
Processing Record 59 of Set 60 | Concord
Processing Record 60 of Set 60 | Newington
Processing Record 61 of Set 60 | Puyallup
Processing Record 62 of Set 60 | J6
Processing Record 63 of Set 60 | Santa Monica
Processing Record 64 of Set 60 | Villas
Processing Record 65 of Set 60 | Carson City
Processing Record 66 of Set 60 | Goffstown
Processing Record 67 of Set 60 | West College Corner
Processing Record 68 of Set 60 | Ethridge
Processing Record 69 of Set 60 | Emmett
Processing Record 70 of Set 60 | Seattle
Processing Record 71 of Set 60 | Northbrook
Processing Record 72 of Set 60 | Tigard
Processing Record 73 of Set 60 | Sabdy Springs
Processing Record 74 of Set 60 | Lawrenceville
Processing Record 75 of Set 60 | Atkinson
Processing Record 76 of Set 60 | Flint
Processing Record 77 of Set 60 | Boylston
Processing Record 78 of Set 60 | Cranston
Processing Record 79 of Set 60 | Virginia Beach
Processing Record 80 of Set 60 | Peoria
Processing Record 81 of Set 60 | Manahawkin
Processing Record 82 of Set 60 | Independence
Processing Record 83 of Set 60 | Las Vegas
Processing Record 84 of Set 60 | Frisco
Processing Record 85 of Set 60 | Batavia
Processing Record 86 of Set 60 | NEW PRAGUE
Processing Record 87 of Set 60 | Davenport
Processing Record 88 of Set 60 | Green Bay
Processing Record 89 of Set 60 | LaPorte
Processing Record 90 of Set 60 | hernando
Processing Record 91 of Set 60 | Voorheesville
Processing Record 92 of Set 60 | Fort Lauderdale
Processing Record 93 of Set 60 | Jenison
Processing Record 94 of Set 60 | Bunker Hill
Processing Record 95 of Set 60 | Monroe
Processing Record 96 of Set 60 | Near Virgin, UT
Processing Record 97 of Set 60 | Mc Alpin
Processing Record 98 of Set 60 | Kissimmee
Processing Record 99 of Set 60 | Richton Park
Processing Record 100 of Set 60 | Champions Gate
Processing Record 1 of Set 61 | Kevil
Processing Record 2 of Set 61 | Fresno
Processing Record 3 of Set 61 | The Woodlands
Processing Record 4 of Set 61 | East Helena
Processing Record 5 of Set 61 | Bloomfield Twp.
Processing Record 6 of Set 61 | Livonia
Processing Record 7 of Set 61 | Atlanta
Processing Record 8 of Set 61 | Palmetto
Processing Record 9 of Set 61 | Micco
Processing Record 10 of Set 61 | Old Bridge
Processing Record 11 of Set 61 | Fellsmere
Processing Record 12 of Set 61 | Port Saint Lucie
Processing Record 13 of Set 61 | Palm Bay
Processing Record 14 of Set 61 | Vero Beach/Indian Riverr Shores
Processing Record 15 of Set 61 | Vero Beach
Processing Record 16 of Set 61 | Hatfield
Processing Record 17 of Set 61 | Rogue River
Processing Record 18 of Set 61 | Tucson
Processing Record 19 of Set 61 | Concord
Processing Record 20 of Set 61 | Norwood
Processing Record 21 of Set 61 | Harrison
Processing Record 22 of Set 61 | Siloam Springs
Processing Record 23 of Set 61 | Niland
Processing Record 24 of Set 61 | Raymore
Processing Record 25 of Set 61 | Spokane Valley
Processing Record 26 of Set 61 | Concord
Processing Record 27 of Set 61 | Independence
Processing Record 28 of Set 61 | Kingman
Processing Record 29 of Set 61 | Floridat (southern SW part)
Processing Record 30 of Set 61 | New Richmond
Processing Record 31 of Set 61 | Dallas
Processing Record 32 of Set 61 | Snohomish
Processing Record 33 of Set 61 | Concord
Processing Record 34 of Set 61 | Portsmouth
Processing Record 35 of Set 61 | Perkasie
Processing Record 36 of Set 61 | Wareham
Processing Record 37 of Set 61 | Forest Hill
Processing Record 38 of Set 61 | Davie
Processing Record 39 of Set 61 | Orr
Processing Record 40 of Set 61 | Tega Cay
Processing Record 41 of Set 61 | Salt Lake City
Processing Record 42 of Set 61 | Key West
Processing Record 43 of Set 61 | Newington
Processing Record 44 of Set 61 | Alexandria
Processing Record 45 of Set 61 | Lakewood
Processing Record 46 of Set 61 | Largo
Processing Record 47 of Set 61 | Stacy
Processing Record 48 of Set 61 | Arnold
Processing Record 49 of Set 61 | Boise
Processing Record 50 of Set 61 | Pittsburgh
Processing Record 51 of Set 61 | Lovettsville
Processing Record 52 of Set 61 | Harahan
Processing Record 53 of Set 61 | Anchorage
Processing Record 54 of Set 61 | Sherman Oaks (Los Angeles)
Processing Record 55 of Set 61 | Dayton
Processing Record 56 of Set 61 | North Woodstock
Processing Record 57 of Set 61 | Concord
Processing Record 58 of Set 61 | Tucson
Processing Record 59 of Set 61 | Harrison
Processing Record 60 of Set 61 | Jackson
Processing Record 61 of Set 61 | Layton
Processing Record 62 of Set 61 | Savannah
Processing Record 63 of Set 61 | Maynardville
Processing Record 64 of Set 61 | Cumming
Processing Record 65 of Set 61 | Hamilton
Processing Record 66 of Set 61 | Colorado Springs
Processing Record 67 of Set 61 | Spanaway
Processing Record 68 of Set 61 | Monument (event observed over Cheyenne Mtn.)
Processing Record 69 of Set 61 | Mckeesport
Processing Record 70 of Set 61 | Concord
Processing Record 71 of Set 61 | Nicholasville
Processing Record 72 of Set 61 | Nicholasville
Processing Record 73 of Set 61 | Virginia Beach
Processing Record 74 of Set 61 | Greensboro
Processing Record 75 of Set 61 | Farmington Hills
Processing Record 76 of Set 61 | Hatteras Village
Processing Record 77 of Set 61 | Conway
Processing Record 78 of Set 61 | Goffstown
Processing Record 79 of Set 61 | Montgomery County
Processing Record 80 of Set 61 | Fairview Heights
Processing Record 81 of Set 61 | Coronado Island
Processing Record 82 of Set 61 | Angleton
Processing Record 83 of Set 61 | Edgerton
Processing Record 84 of Set 61 | Lakeside
Processing Record 85 of Set 61 | Hamilton
Processing Record 86 of Set 61 | Downey
Processing Record 87 of Set 61 | Cheyenne
Processing Record 88 of Set 61 | Fontana
Processing Record 89 of Set 61 | Silverthorne
Processing Record 90 of Set 61 | Merrimack
Processing Record 91 of Set 61 | Concord
Processing Record 92 of Set 61 | Port Murray
Processing Record 93 of Set 61 | Lemoyne
Processing Record 94 of Set 61 | Killingworth
Processing Record 95 of Set 61 | Fairmount
Processing Record 96 of Set 61 | Nipomo
Processing Record 97 of Set 61 | Lake Como
Processing Record 98 of Set 61 | Peoria
Processing Record 99 of Set 61 | Polacca
Processing Record 100 of Set 61 | Polacca
Processing Record 1 of Set 62 | Pittsburgh
Processing Record 2 of Set 62 | New River
Processing Record 3 of Set 62 | Marshall
Processing Record 4 of Set 62 | Mount Vernon
Processing Record 5 of Set 62 | Nampa
Processing Record 6 of Set 62 | Gainesville
Processing Record 7 of Set 62 | Unincorporated Miami-Dade County
Processing Record 8 of Set 62 | Voorheesville
Processing Record 9 of Set 62 | Ypsilanti
Processing Record 10 of Set 62 | East Wenatchee
Processing Record 11 of Set 62 | Mebane
Processing Record 12 of Set 62 | Eagle River
Processing Record 13 of Set 62 | Greenville
Processing Record 14 of Set 62 | Red Wing
------------------------------
Data Retrieval Complete
------------------------------
In [19]:
# Visualize to confirm lat lng appear
aliens_pd_mod.head()
Out[19]:
Date / Time City State Shape Duration Summary Posted Type text Lat Lng
0 2/24/20 12:45 Chester NH Disk ~1 minute 12:45 PM-shiny, disk/saucer shape seen in dayl... 2/25/20 Sighting Sighting : Chester 42.9568 -71.2573
1 2/24/20 06:00 Medford OR Formation 5 minutes 20 lights in formation across sky. (("Starlink... 2/25/20 Sighting Sighting : Medford 42.3265 -122.876
2 2/24/20 05:45 Medford OR Other 10 minutes AT 545 AM I LOOKED UP AND SAID WHAT THE HELL I... 2/25/20 Sighting Sighting : Medford 42.3265 -122.876
3 2/24/20 05:30 Charlestown RI Light 2-3 minutes light moving at a high rate of speed 2/25/20 Sighting Sighting : Charlestown 41.3832 -71.6419
4 2/24/20 05:21 Edison NJ Light 25 seconds DURING ISS PASS VIEWING SMALL OBJECT APPEARS T... 2/25/20 Sighting Sighting : Edison 40.5187 -74.4121
In [20]:
aliens_pd_mod.to_csv("Resources/clean_aliens_lat_long.csv", index = False)
In [2]:
# Import aliens file as DataFrame
aliens_pd_mod = pd.read_csv("Resources/clean_aliens_lat_long.csv")
aliens_pd_mod.head()
Out[2]:
Date / Time City State Shape Duration Summary Posted Type text Lat Lng
0 2/24/20 12:45 Chester NH Disk ~1 minute 12:45 PM-shiny, disk/saucer shape seen in dayl... 2/25/20 Sighting Sighting : Chester 42.956753 -71.257285
1 2/24/20 06:00 Medford OR Formation 5 minutes 20 lights in formation across sky. (("Starlink... 2/25/20 Sighting Sighting : Medford 42.326515 -122.875595
2 2/24/20 05:45 Medford OR Other 10 minutes AT 545 AM I LOOKED UP AND SAID WHAT THE HELL I... 2/25/20 Sighting Sighting : Medford 42.326515 -122.875595
3 2/24/20 05:30 Charlestown RI Light 2-3 minutes light moving at a high rate of speed 2/25/20 Sighting Sighting : Charlestown 41.383216 -71.641874
4 2/24/20 05:21 Edison NJ Light 25 seconds DURING ISS PASS VIEWING SMALL OBJECT APPEARS T... 2/25/20 Sighting Sighting : Edison 40.518715 -74.412095
In [3]:
sightings = aliens_pd_mod.copy()
In [4]:
# Dropping old Location and Refs columns 
sightings.drop(columns =["Date / Time","State","Shape","Duration","Summary","Posted"], inplace = True) 
In [5]:
sightings.rename(columns={"City": "Site Name", "Lng": "Long"}, inplace=True)
In [6]:
sightings['Color'] = '#00FE35'
In [7]:
sightings.info()
<class 'pandas.core.frame.DataFrame'>
RangeIndex: 6121 entries, 0 to 6120
Data columns (total 6 columns):
Site Name    6101 non-null object
Type         6121 non-null object
text         6121 non-null object
Lat          6114 non-null float64
Long         6114 non-null float64
Color        6121 non-null object
dtypes: float64(2), object(4)
memory usage: 287.0+ KB

Scrape Nuclear Sites

In [8]:
# URL for the source of the data on Wikipedia
url = 'https://en.wikipedia.org/wiki/List_of_nuclear_power_stations'
In [9]:
# Use pandas to get the tables from the Wikipedia page and create a list
# of dictionaries
tables = pd.read_html(url,encoding='utf-8')
tables
Out[9]:
[                                          0
 0  Map all coordinates using: OpenStreetMap
 1        Download coordinates as: KML · GPX,
     Power station # units[note 1] Net capacity[note 2](MWe)        Country  \
 0         Almaraz               2                      2017          Spain   
 1           Angra               2             1,884[note 3]         Brazil   
 2             ANO               2                      1839  United States   
 3            Ascó               2                      1992          Spain   
 4          Atucha               2                      1027      Argentina   
 ..            ...             ...                       ...            ...   
 146     Watts Bar               2                      2288  United States   
 147    Wolf Creek               1                      1160  United States   
 148      Wolseong      5[note 45]                      3835    South Korea   
 149     Yangjiang               6                      6000          China   
 150  Zaporizhzhia               6                      5700        Ukraine   
 
                                               Location Refs  
 0       39°48′29″N 05°41′49″W / 39.80806°N 5.69694°W  NaN  
 1      23°00′30″S 44°28′26″W / 23.00833°S 44.47389°W  NaN  
 2      35°18′37″N 93°13′53″W / 35.31028°N 93.23139°W  NaN  
 3       41°12′00″N 00°34′10″E / 41.20000°N 0.56944°E  NaN  
 4       33°58′3″S 59°12′18″W / 33.96750°S 59.20500°W  NaN  
 ..                                                 ...  ...  
 146    35°36′10″N 84°47′22″W / 35.60278°N 84.78944°W  NaN  
 147    38°14′20″N 95°41′20″W / 38.23889°N 95.68889°W  NaN  
 148  35°42′40″N 129°28′30″E / 35.71111°N 129.47500°E  NaN  
 149  21°42′35″N 112°15′38″E / 21.70972°N 112.26056°E  [4]  
 150    47°30′44″N 34°35′09″E / 47.51222°N 34.58583°E  NaN  
 
 [151 rows x 6 columns],
       Power station  No. ofunits Net capacityunder construction(MW)  \
 0            Akkuyu            1                               1014   
 1           Barakah            4                               5380   
 2        Belarusian            2                               2218   
 3           Bushehr            2                     1,830[note 46]   
 4   Hinkley Point C            2                               3300   
 5          Kakrapar            4                     1,664[note 47]   
 6           Karachi            3                     2,118[note 48]   
 7          Mochovce            4                     1,752[note 49]   
 8               ÅŒma            1                               1325   
 9           Rooppur            2                               2160   
 10       Shimane[6]            1                     1,373[note 50]   
 11           Vogtle            2                               2234   
 12        Zhangzhou            1                               1126   
 
     Constructionstart Plannedconnection         Country  \
 0                2015              2023          Turkey   
 1                2012              2020             UAE   
 2                2012              2020         Belarus   
 3                2019              2024            Iran   
 4                2018              2026  United Kingdom   
 5                2010              2022           India   
 6                2013              2021        Pakistan   
 7                1987              2020        Slovakia   
 8                2010              2025           Japan   
 9                2017              2023      Bangladesh   
 10               2007                 ?           Japan   
 11               2013              2021             USA   
 12               2019              2024           China   
 
                                              Location  
 0     36°08′40″N 33°32′28″E / 36.14444°N 33.54111°E  
 1       23°59′6″N 52°17′1″E / 23.98500°N 52.28361°E  
 2      54°45′43″N 26°7′12″E / 54.76194°N 26.12000°E  
 3     28°49′47″N 50°53′10″E / 28.82972°N 50.88611°E  
 4        51°12′22″N 3°8′38″W / 51.20611°N 3.14389°W  
 5     21°14′19″N 73°21′00″E / 21.23861°N 73.35000°E  
 6   24°50′49.8″N 66°47′17.7″E / 24.847167°N 66.7...  
 7     48°15′50″N 18°27′25″E / 48.26389°N 18.45694°E  
 8   41°30′35″N 140°54′37″E / 41.50972°N 140.91028°E  
 9        24°4′0″N 89°2′50″E / 24.06667°N 89.04722°E  
 10  35°32′18″N 132°59′57″E / 35.53833°N 132.99917°E  
 11                               Georgia (U.S. state)  
 12  23°49′45″N 117°29′30″E / 23.82917°N 117.49167°E  ,
         Power station Past capacity (MW)        Country  \
 0           Barsebäck               1200         Sweden   
 1              Biblis               2407        Germany   
 2            Bohunice     1,760[note 51]       Slovakia   
 3       Chin Shan[10]               1208         Taiwan   
 4           Chernobyl               3515        Ukraine   
 5   Fukushima Daiichi               4546          Japan   
 6     Fukushima Daini               4400          Japan   
 7     Grafenrheinfeld               1275        Germany   
 8          Greifswald               2040        Germany   
 9            Ignalina               2370      Lithuania   
 10            Krümmel               1346        Germany   
 11          Mihama[6]     1,570[note 52]          Japan   
 12    Mülheim-Kärlich               1219        Germany   
 13       Philippsburg               2292        Germany   
 14  Three Mile Island               1685  United States   
 15         San Onofre               2586  United States   
 16        Superphénix               1200         France   
 17             Trojan               1095  United States   
 18         Unterweser               1345        Germany   
 19               Zion               2080  United States   
 
                                              Location  
 0     55°44′40″N 12°55′15″E / 55.74444°N 12.92083°E  
 1      49°42′36″N 08°24′55″E / 49.71000°N 8.41528°E  
 2     48°29′40″N 17°40′55″E / 48.49444°N 17.68194°E  
 3   25°17′10″N 121°35′15″E / 25.28611°N 121.58750°E  
 4     51°23′22″N 30°05′57″E / 51.38944°N 30.09917°E  
 5   37°25′17″N 141°01′57″E / 37.42139°N 141.03250°E  
 6   37°19′10″N 141°01′16″E / 37.31944°N 141.02111°E  
 7     49°59′02″N 10°11′05″E / 49.98389°N 10.18472°E  
 8     54°08′26″N 13°39′52″E / 54.14056°N 13.66444°E  
 9     55°36′16″N 26°33′36″E / 55.60444°N 26.56000°E  
 10    53°24′36″N 10°24′32″E / 53.41000°N 10.40889°E  
 11  35°42′09″N 135°57′48″E / 35.70250°N 135.96333°E  
 12     50°24′29″N 07°29′24″E / 50.40806°N 7.49000°E  
 13     49°15′09″N 08°26′11″E / 49.25250°N 8.43639°E  
 14    40°09′14″N 76°43′29″W / 40.15389°N 76.72472°W  
 15  33°22′08″N 117°33′18″W / 33.36889°N 117.55500°W  
 16     45°45′30″N 05°28′20″E / 45.75833°N 5.47222°E  
 17  46°02′18″N 122°53′06″W / 46.03833°N 122.88500°W  
 18     53°25′40″N 08°28′49″E / 53.42778°N 8.48028°E  
 19    42°26′47″N 87°48′11″W / 42.44639°N 87.80306°W  ,
                   vteLists of nuclear power stations  \
 0  BelgiumBulgariaChinaFranceGermanyJapanPakistan...   
 
                 vteLists of nuclear power stations.1  
 0  BelgiumBulgariaChinaFranceGermanyJapanPakistan...  ,
                            vteLists of power stations  \
 0                                           By region   
 1                                              Africa   
 2                                                Asia   
 3                                              Europe   
 4                                       North America   
 5                                             Oceania   
 6                                       South America   
 7                                             By type   
 8                                       Non-renewable   
 9                                           Renewable   
 10  Largest power stations Largest hydroelectric s...   
 
                          vteLists of power stations.1  
 0   Africa Algeria Angola Benin Botswana Burkina F...  
 1   Algeria Angola Benin Botswana Burkina Faso Bur...  
 2   Afghanistan Armenia Azerbaijan Bahrain Banglad...  
 3   Albania Andorra Austria Belarus Belgium Bosnia...  
 4   Antigua and Barbuda Bahamas Barbados Belize Ca...  
 5   Australia Micronesia Fiji Kiribati Marshall Is...  
 6   Argentina Bolivia Brazil Chile Colombia Ecuado...  
 7   Non-renewable Coal Fuel oil Natural gas Nuclea...  
 8         Coal Fuel oil Natural gas Nuclear Oil shale  
 9   Biomass Geothermal Hydroelectric conventional ...  
 10  Largest power stations Largest hydroelectric s...  ,
                0                                                  1
 0         Africa  Algeria Angola Benin Botswana Burkina Faso Bur...
 1           Asia  Afghanistan Armenia Azerbaijan Bahrain Banglad...
 2         Europe  Albania Andorra Austria Belarus Belgium Bosnia...
 3  North America  Antigua and Barbuda Bahamas Barbados Belize Ca...
 4        Oceania  Australia Micronesia Fiji Kiribati Marshall Is...
 5  South America  Argentina Bolivia Brazil Chile Colombia Ecuado...,
                0                                                  1
 0  Non-renewable        Coal Fuel oil Natural gas Nuclear Oil shale
 1      Renewable  Biomass Geothermal Hydroelectric conventional ...]
In [10]:
# Isolate the second table from the list of dictionaries and make that dict a dataframe
df = tables[1]
In [11]:
# View the column names
df.columns
Out[11]:
Index(['Power station', '# units[note 1]', 'Net capacity[note 2](MWe)',
       'Country', 'Location', 'Refs'],
      dtype='object')
In [12]:
# Change the column names
df.columns = ['Station', 'Units', 'Capacity_MWe', 'Country', 
              'Location', 'Refs']
In [13]:
# Both DMS and Geopoint Lat and Long data is in one column 
# we are only interested in the Geopoint Lat/Long 
coordinates = df["Location"].str.split(" / ", n = 1, expand = True)
In [14]:
# Create a new column in the dataframe
df["GP_Lat_Long"]= coordinates[1]
In [15]:
# Dropping old Location and Refs columns 
df.drop(columns =["Location","Refs"], inplace = True) 
In [16]:
# Split the column of data GP_Lat_long that contains two coordinates into 
# two separate columns
DMS_coordinates = df["GP_Lat_Long"].str.split(" ", n = 1, expand = True)
df["GP_Lat"]= DMS_coordinates[0] 
df["GP_Long"]= DMS_coordinates[1]
In [17]:
# Create a function to transform the Latitude and Longitude points from the format
# 41.2000°S to -41.2000 for example 
def dms2dd(s):
    # example: s = """0°51'56.29"S"""
    coord, direction = re.split('°', s)
    coord = coord.replace(u'\ufeff','')
    coord = float(coord)
    if direction in ('S','W'):
        coord*= -1
    return coord
In [18]:
# Transform the Latitude and Longitude values to be either negative or positive
# Values for South and West are negative and North and East are positive
df['Latitude'] = df['GP_Lat'].apply(dms2dd)
df['Longitude'] = df['GP_Long'].apply(dms2dd)
In [19]:
# Remove the columns that are no longer necessary
df.drop(columns =["GP_Lat_Long","GP_Lat","GP_Long"], inplace = True)  
In [20]:
# Create a United States only slice of the dataframe
us = df[df["Country"] == "United States"]
In [21]:
# Add column "Type" with the type of point name
us_copy = us.copy()

us['Type'] = 'Nuclear Site'
us['Color'] = '#ff0000'
# Add column "text" with a descrition of the point for plottin in plotly
us['text'] = us['Type'].astype(str) + ' : ' + us['Station'].astype(str)
C:\ProgramData\Anaconda3\lib\site-packages\ipykernel_launcher.py:4: SettingWithCopyWarning:


A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead

See the caveats in the documentation: http://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy

C:\ProgramData\Anaconda3\lib\site-packages\ipykernel_launcher.py:5: SettingWithCopyWarning:


A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead

See the caveats in the documentation: http://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy

C:\ProgramData\Anaconda3\lib\site-packages\ipykernel_launcher.py:7: SettingWithCopyWarning:


A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead

See the caveats in the documentation: http://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy

In [22]:
us.drop(columns =["Units","Capacity_MWe","Country"], inplace = True) 
C:\ProgramData\Anaconda3\lib\site-packages\pandas\core\frame.py:4102: SettingWithCopyWarning:


A value is trying to be set on a copy of a slice from a DataFrame

See the caveats in the documentation: http://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy

In [23]:
us.rename(columns={"Station": "Site Name","Latitude": "Lat", "Longitude": "Long"}, inplace=True)
C:\ProgramData\Anaconda3\lib\site-packages\pandas\core\frame.py:4223: SettingWithCopyWarning:


A value is trying to be set on a copy of a slice from a DataFrame

See the caveats in the documentation: http://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy

In [24]:
us.head()
Out[24]:
Site Name Lat Long Type Color text
2 ANO 35.31028 -93.23139 Nuclear Site #ff0000 Nuclear Site : ANO
6 Beaver Valley 40.62333 -80.43056 Nuclear Site #ff0000 Nuclear Site : Beaver Valley
10 Braidwood 41.24361 -88.22917 Nuclear Site #ff0000 Nuclear Site : Braidwood
12 Browns Ferry 34.70389 -87.11861 Nuclear Site #ff0000 Nuclear Site : Browns Ferry
14 Brunswick 33.95833 -78.01028 Nuclear Site #ff0000 Nuclear Site : Brunswick
In [25]:
us.info()
<class 'pandas.core.frame.DataFrame'>
Int64Index: 46 entries, 2 to 147
Data columns (total 6 columns):
Site Name    46 non-null object
Lat          46 non-null float64
Long         46 non-null float64
Type         46 non-null object
Color        46 non-null object
text         46 non-null object
dtypes: float64(2), object(4)
memory usage: 2.5+ KB
In [26]:
us.to_csv("Resources/scraped_wiki_nuclear_sites.csv", index = False)

Military Bases

In [27]:
# import excel file for military bases
military_base_df = pd.read_excel (r'Resources/military-bases.xlsx')
military_base_df = military_base_df.dropna()

military_base_df.head()
Out[27]:
Geo Point OBJECTID COMPONENT Site Name Joint Base State Terr COUNTRY Oper Stat Shape St Are Shape St Len
13 38.805160992, -76.8744374247 144 AF Active Andrews AFB Joint Base Andrews - Naval Air Facility Washin... Maryland United States Active 2.938397e+07 22642.684174
15 32.9631678645, -79.9639295206 113 AF Active NWS Charleston Joint Base Charleston South Carolina United States Active 9.684911e+07 160700.657287
28 13.5179166878, 144.811096965 239 Navy Active Tumon Tank Farm Joint Region Marianas Guam Guam Active 1.023036e+05 1749.477641
30 13.5867134229, 144.862326053 240 Navy Active Potts Tank Farm Joint Region Marianas Guam Guam Active 8.480141e+04 1181.131174
32 38.8786170847, -77.075713083 718 Army Active Fort Myer Joint Base Myer - Henderson Hall Virginia United States Active 2.065523e+06 12833.022256
In [28]:
# drop unnecessary columns
military_base_df.drop(columns= ['Shape St Are','Shape St Len'], inplace=True)
In [29]:
# reset index
military_base_df.set_index('Site Name')
military_base_df.head()
Out[29]:
Geo Point OBJECTID COMPONENT Site Name Joint Base State Terr COUNTRY Oper Stat
13 38.805160992, -76.8744374247 144 AF Active Andrews AFB Joint Base Andrews - Naval Air Facility Washin... Maryland United States Active
15 32.9631678645, -79.9639295206 113 AF Active NWS Charleston Joint Base Charleston South Carolina United States Active
28 13.5179166878, 144.811096965 239 Navy Active Tumon Tank Farm Joint Region Marianas Guam Guam Active
30 13.5867134229, 144.862326053 240 Navy Active Potts Tank Farm Joint Region Marianas Guam Guam Active
32 38.8786170847, -77.075713083 718 Army Active Fort Myer Joint Base Myer - Henderson Hall Virginia United States Active
In [30]:
# format the lat and long to two columns
split_data = military_base_df["Geo Point"].str.split(",", n=1, expand=True)

military_base_df['Lat'] = split_data[0]
military_base_df['Long'] = split_data[1]

military_base_df.head()
Out[30]:
Geo Point OBJECTID COMPONENT Site Name Joint Base State Terr COUNTRY Oper Stat Lat Long
13 38.805160992, -76.8744374247 144 AF Active Andrews AFB Joint Base Andrews - Naval Air Facility Washin... Maryland United States Active 38.805160992 -76.8744374247
15 32.9631678645, -79.9639295206 113 AF Active NWS Charleston Joint Base Charleston South Carolina United States Active 32.9631678645 -79.9639295206
28 13.5179166878, 144.811096965 239 Navy Active Tumon Tank Farm Joint Region Marianas Guam Guam Active 13.5179166878 144.811096965
30 13.5867134229, 144.862326053 240 Navy Active Potts Tank Farm Joint Region Marianas Guam Guam Active 13.5867134229 144.862326053
32 38.8786170847, -77.075713083 718 Army Active Fort Myer Joint Base Myer - Henderson Hall Virginia United States Active 38.8786170847 -77.075713083
In [31]:
# add type column to df
military_base_df['Type']='Military Base'
military_base_df.head()
Out[31]:
Geo Point OBJECTID COMPONENT Site Name Joint Base State Terr COUNTRY Oper Stat Lat Long Type
13 38.805160992, -76.8744374247 144 AF Active Andrews AFB Joint Base Andrews - Naval Air Facility Washin... Maryland United States Active 38.805160992 -76.8744374247 Military Base
15 32.9631678645, -79.9639295206 113 AF Active NWS Charleston Joint Base Charleston South Carolina United States Active 32.9631678645 -79.9639295206 Military Base
28 13.5179166878, 144.811096965 239 Navy Active Tumon Tank Farm Joint Region Marianas Guam Guam Active 13.5179166878 144.811096965 Military Base
30 13.5867134229, 144.862326053 240 Navy Active Potts Tank Farm Joint Region Marianas Guam Guam Active 13.5867134229 144.862326053 Military Base
32 38.8786170847, -77.075713083 718 Army Active Fort Myer Joint Base Myer - Henderson Hall Virginia United States Active 38.8786170847 -77.075713083 Military Base
In [32]:
# adding text column for mapping
military_base_df['text'] = military_base_df['Type'].astype(str) + ' : ' + military_base_df['Site Name'].astype(str)

military_base_df.head()
Out[32]:
Geo Point OBJECTID COMPONENT Site Name Joint Base State Terr COUNTRY Oper Stat Lat Long Type text
13 38.805160992, -76.8744374247 144 AF Active Andrews AFB Joint Base Andrews - Naval Air Facility Washin... Maryland United States Active 38.805160992 -76.8744374247 Military Base Military Base : Andrews AFB
15 32.9631678645, -79.9639295206 113 AF Active NWS Charleston Joint Base Charleston South Carolina United States Active 32.9631678645 -79.9639295206 Military Base Military Base : NWS Charleston
28 13.5179166878, 144.811096965 239 Navy Active Tumon Tank Farm Joint Region Marianas Guam Guam Active 13.5179166878 144.811096965 Military Base Military Base : Tumon Tank Farm
30 13.5867134229, 144.862326053 240 Navy Active Potts Tank Farm Joint Region Marianas Guam Guam Active 13.5867134229 144.862326053 Military Base Military Base : Potts Tank Farm
32 38.8786170847, -77.075713083 718 Army Active Fort Myer Joint Base Myer - Henderson Hall Virginia United States Active 38.8786170847 -77.075713083 Military Base Military Base : Fort Myer
In [33]:
military_base_df.drop(columns =["Geo Point","OBJECTID","COMPONENT","Joint Base","State Terr","COUNTRY","Oper Stat"], inplace = True) 
In [34]:
military_base_df['Color'] = '#636EFA'
In [35]:
military_base_df['Lat'] = military_base_df['Lat'].astype(float)
military_base_df['Long'] = military_base_df['Long'].astype(float)
In [36]:
military_base_df.head()
Out[36]:
Site Name Lat Long Type text Color
13 Andrews AFB 38.805161 -76.874437 Military Base Military Base : Andrews AFB #636EFA
15 NWS Charleston 32.963168 -79.963930 Military Base Military Base : NWS Charleston #636EFA
28 Tumon Tank Farm 13.517917 144.811097 Military Base Military Base : Tumon Tank Farm #636EFA
30 Potts Tank Farm 13.586713 144.862326 Military Base Military Base : Potts Tank Farm #636EFA
32 Fort Myer 38.878617 -77.075713 Military Base Military Base : Fort Myer #636EFA
In [37]:
military_base_df.info()
<class 'pandas.core.frame.DataFrame'>
Int64Index: 62 entries, 13 to 691
Data columns (total 6 columns):
Site Name    62 non-null object
Lat          62 non-null float64
Long         62 non-null float64
Type         62 non-null object
text         62 non-null object
Color        62 non-null object
dtypes: float64(2), object(4)
memory usage: 3.4+ KB

Combine nuclear and military base sites

In [38]:
dfs_list = [us,military_base_df,sightings]
sites = pd.concat(dfs_list, sort=False)
sites.info()
<class 'pandas.core.frame.DataFrame'>
Int64Index: 6229 entries, 2 to 6120
Data columns (total 6 columns):
Site Name    6209 non-null object
Lat          6222 non-null float64
Long         6222 non-null float64
Type         6229 non-null object
Color        6229 non-null object
text         6229 non-null object
dtypes: float64(2), object(4)
memory usage: 340.6+ KB

Map of Military bases and Nuclear sites

In [39]:
fig = go.Figure(data=go.Scattergeo(
        lon = sites['Long'],
        lat = sites['Lat'],
        text = sites['text'],
        mode = 'markers',
        marker_color = sites['Color'],
        #size = us['Capacity_MWe']
        ))

fig.update_layout(
        title = 'Nuclear (red) /Military (blue) Facilities with UFO sightings (green)<br>(Hover for facility names)',
        geo_scope='usa',
    )
fig.show()

DB

In [68]:
#connect to a local db
rds_connection_string = "postgres:postgres@localhost:5432/aliens"
engine = create_engine(f'postgresql://{rds_connection_string}')
In [69]:
engine.table_names()
Out[69]:
['us_nuclear_sites', 'military_bases']
In [77]:
sightings.to_sql(name='aliens_sighting', con=engine, if_exists='append', index=False)
In [78]:
us.info()
<class 'pandas.core.frame.DataFrame'>
Int64Index: 46 entries, 2 to 147
Data columns (total 6 columns):
Site Name    46 non-null object
Lat          46 non-null float64
Long         46 non-null float64
Type         46 non-null object
Color        46 non-null object
text         46 non-null object
dtypes: float64(2), object(4)
memory usage: 2.5+ KB
In [79]:
us.to_sql(name='us_nuclear_sites', con=engine, if_exists='append', index=False)
In [80]:
military_base_df.to_sql(name='military_bases', con=engine, if_exists='append', index=False)
In [81]:
pd.read_sql_query('select * from aliens_sighting', con=engine).head()
Out[81]:
Site Name Type text Lat Long Color
0 Chester Sighting Sighting : Chester 42.956753 -71.257285 #00FE35
1 Medford Sighting Sighting : Medford 42.326515 -122.875595 #00FE35
2 Medford Sighting Sighting : Medford 42.326515 -122.875595 #00FE35
3 Charlestown Sighting Sighting : Charlestown 41.383216 -71.641874 #00FE35
4 Edison Sighting Sighting : Edison 40.518715 -74.412095 #00FE35
In [82]:
pd.read_sql_query('select * from us_nuclear_sites', con=engine).head()
Out[82]:
Site Name Lat Long Type Color text
0 ANO 35.31028 -93.23139 Nuclear Site #ff0000 Nuclear Site : ANO
1 Beaver Valley 40.62333 -80.43056 Nuclear Site #ff0000 Nuclear Site : Beaver Valley
2 Braidwood 41.24361 -88.22917 Nuclear Site #ff0000 Nuclear Site : Braidwood
3 Browns Ferry 34.70389 -87.11861 Nuclear Site #ff0000 Nuclear Site : Browns Ferry
4 Brunswick 33.95833 -78.01028 Nuclear Site #ff0000 Nuclear Site : Brunswick
In [83]:
pd.read_sql_query('select * from military_bases', con=engine).head()
Out[83]:
Site Name Lat Long Type text Color
0 Andrews AFB 38.805161 -76.874437 Military Base Military Base : Andrews AFB #636EFA
1 NWS Charleston 32.963168 -79.963930 Military Base Military Base : NWS Charleston #636EFA
2 Tumon Tank Farm 13.517917 144.811097 Military Base Military Base : Tumon Tank Farm #636EFA
3 Potts Tank Farm 13.586713 144.862326 Military Base Military Base : Potts Tank Farm #636EFA
4 Fort Myer 38.878617 -77.075713 Military Base Military Base : Fort Myer #636EFA
In [ ]: